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/flutter mobile task 4 create an experiment called item sorting #43

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

lttsNilesh
Copy link
Contributor

  1. Create an experiment called item_sorting
    a. Add 3 groups: control, test oldest, test newest
    b. Add a single parameter sort_order, which is
    “default”, “newest_first” or “oldest_first”
    c. Implementing the different sorting by checking
    the experiment and parameter value for the user
  2. Add a simple account system with a login. When the user is logged out, do not set a userID on the user. When the user logs in, set the userID as the logged in userID.
    a. On mobile, you will need to manually call updateUser when the login state changes and handle waiting for the response before showing the list of items

@lttsNilesh lttsNilesh changed the base branch from main to develop November 30, 2023 12:39
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.

1 participant