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

[Mobile]: Quiz Creation Flow - Navigation Across Quiz Creation Flow Pages #377

Open
8 tasks done
anilanlar opened this issue Oct 21, 2024 · 1 comment
Open
8 tasks done
Assignees
Labels
domain: mobile priority: high issue with high priority status: done The task is done

Comments

@anilanlar
Copy link
Contributor

anilanlar commented Oct 21, 2024

Issue Description

UI components are implemented in QuizCreationSettings and QuizCreationInfo pages, however, the following changes should be done as the first milestone tasks. Some of the changes include editing the alignment of the UI components and their functionalities. Navigation operations are going to be handled in another issue.

Tasks

1- QuizCreationSettings:

  • The add questions button should route to an empty quizCreationQuestionList

2- QuizCreationInfo:

  • The question type must come preselected OR the suggestions should only be presented after a question type is selected.
  • The 'Add Question' button should add the question to the quiz list and navigate to the quizCreationQuestionList.
  • The 'Go Back' button should navigate to the quizCreationQuestionList without adding the question.

3- QuizCreationQuestionList:

  • The '+' icon next to the quiz name should navigate to QuizCreationInfo instead of just adding an item to the list.
  • The recycle icon should reopen the question for modification.
  • The Cancel button should navigate back to the QuizFeed.
  • The Create Quiz button should navigate back to the QuizFeed. (we could also add a quick message showing that the question has been successfully created) (this button will eventually have to send data to backend as well)

Deadline

Deadline: 22/10/2024- 08:00

Reviewer Assignment

Reviewer: @anilanlar
Review Deadline: 22/10/2024- 08:00

@aoengin
Copy link
Contributor

aoengin commented Oct 22, 2024

All requirements are completed. @anilanlar

@YavizGuldalf YavizGuldalf added priority: high issue with high priority status: done The task is done domain: mobile labels Oct 22, 2024
@YavizGuldalf YavizGuldalf removed their assignment Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain: mobile priority: high issue with high priority status: done The task is done
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

3 participants