Skip to content

Conversation

@wiltonmiller
Copy link
Contributor

@wiltonmiller wiltonmiller commented Dec 2, 2024

This pull request is about adding a Homepage to the PingChatz app, the following updates have been made the files added:

  • HomePageView: A view for the home page that contains the name of the homepage along with various other objects such as a Signup Button, Login button, and a paint component method that attempts to set the background to an aesthetically pleasing gradient.
  • Signup and Login Use Cases Updated: Minor methods have been added to update the SignUp and Login use cases. Both now have the method swtichToHomePageView which is done upon clicking both of their cancel buttons in their View classes.
  • App Builder Modified 1: The app builder class has been modified to contain a addHomePageView method which adds the homepage to the layout, the default View upon starting the app has also been set to the HomePage.
  • App Builder Modified 2: In addition to this method two instance variables of SignppContoller and LoginController have been added, as they are need for the HomePageView class to be able to switch to the Login and SignUp views when each button is pressed.

Copy link
Contributor

@Benjamin-Gavriely Benjamin-Gavriely left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amazing looking home page

@Benjamin-Gavriely Benjamin-Gavriely merged commit 15819ee into dev Dec 3, 2024
1 check failed
@bennypk1 bennypk1 deleted the dev-homepage branch December 3, 2024 04:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants