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

Enhance look n' feel of StoryListView #20

Open
5 of 7 tasks
nathanbaleeta opened this issue Sep 29, 2020 · 0 comments
Open
5 of 7 tasks

Enhance look n' feel of StoryListView #20

nathanbaleeta opened this issue Sep 29, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers test Unit or integration test
Milestone

Comments

@nathanbaleeta
Copy link
Owner

nathanbaleeta commented Sep 29, 2020

Taking into account the prototypes developed in consultation with the U-Report Product owner and testing team, modify the existing UI using the current data mapping structure to reflect the design on Figma

Carry out the following steps:

  • Create a new branch from develop called ui-story-list-view. Hint: git checkout -b <new-branch> <existing-branch>
  • Navigate to the file stories/StoryListView.dart
  • Inside the ListView.builder, replace current widgets with appropriate widget classes from the flutter widget catalog
  • Write tests for the improvements and save in in test/story_list_view_test.dart file.
  • Commit the changes (as a single commit).
  • Push changes to github. Hint: git push --set-upstream origin ui-story-list-view
  • Open a pull-request.
@nathanbaleeta nathanbaleeta added enhancement New feature or request good first issue Good for newcomers labels Sep 29, 2020
@nathanbaleeta nathanbaleeta added this to the 1.0.0 milestone Sep 29, 2020
@josephhzhangg josephhzhangg self-assigned this Sep 30, 2020
@nathanbaleeta nathanbaleeta added the test Unit or integration test label Sep 30, 2020
@zhumkaren zhumkaren self-assigned this Oct 3, 2020
@clarakeng clarakeng self-assigned this Oct 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers test Unit or integration test
Projects
None yet
Development

No branches or pull requests

5 participants