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

Sprint 2: To-Do Page should have To-Do items filtered to only showing those that were created by them #15

Closed
ktzy0305 opened this issue Dec 12, 2019 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@ktzy0305
Copy link
Owner

No description provided.

@ktzy0305 ktzy0305 added the enhancement New feature or request label Dec 12, 2019
@tanjunwu
Copy link
Collaborator

tanjunwu commented Dec 14, 2019

@ktzy0305 created unit test case for sprint 2.
Timestamp added when adding new item (test case: 4.1.2), only display item where owner name matches user name.(test case: 4.1.1)
made a assumption where user can only create item for themself ONLY, therefore, owner field should auto filled up owner name with user name when creating new item (test case: 4.1.0)
commit reference: c27bb8d

@tanjunwu
Copy link
Collaborator

@ktzy0305 I had created and tested the unit test case with pytest. uploaded the result .png in the img folder too.
commit reference: 02ecd86

@tanjunwu
Copy link
Collaborator

tanjunwu commented Dec 16, 2019

@ktzy0305 @githubbing97 I had completed sprint 2,
When user login, only item's owner name that matches the login username will be displayed
edited: views.py
Passed manual test, doing pytest now
Ready to send to QA for testing
commit reference code: 2c28d06

@tanjunwu
Copy link
Collaborator

@ktzy0305 I had complete the pytest for unit test case
@githubbing97 Ready for QA test
commit reference: 24a3003

@ktzy0305
Copy link
Owner Author

Nice work! Once @githubbing97 is done with the testing he will inform the results and we will close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants