Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature/MB/460/create_game_page #484

Merged
merged 3 commits into from Nov 20, 2023

Conversation

kardelenerdal
Copy link
Contributor

I divided the create game page into two pages. For platforms, i made a dropdown menu. For age restriction, I implemented an iOS-style menu as we have decided. For release date, I added a date picker. If the game is created successfully, a message pops up and if you click OK, you will be redirected to the games page. If the game can't created, the related error message pops up. I also made some of the boxes (game bio, etc.) bigger since the input may be longer. For static options in platforms or age restrictions, we can always add or remove new items.

@kardelenerdal kardelenerdal added type : development Updates and enhancements on the application priority : high Job needs to be completed at most two days status : need_review This issue is needed to review effort : high This issue can take a significant amount of time team: mobile This issue will be handled by mobile team labels Nov 18, 2023
@kardelenerdal kardelenerdal added this to the Milestone 2 milestone Nov 18, 2023
@kardelenerdal kardelenerdal self-assigned this Nov 18, 2023
@kardelenerdal kardelenerdal linked an issue Nov 18, 2023 that may be closed by this pull request
4 tasks
Copy link
Contributor

@haticerk haticerk left a comment

Choose a reason for hiding this comment

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

I like the division between the create_game scenes, which helps a lot to keep track of writing. I also find making some fields static and rollability between options useful. Finally five seconds is a reasonable amount of time to back to the games page.

Later, I think this create game page should navigate to the game page. We can make this adaption after the game page is ready.

I appreciate your work. Well done!

@haticerk haticerk merged commit ea5f7e4 into development Nov 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort : high This issue can take a significant amount of time priority : high Job needs to be completed at most two days status : need_review This issue is needed to review team: mobile This issue will be handled by mobile team type : development Updates and enhancements on the application
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Revision of create game page
2 participants