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

Messages screen #61

Closed
karina-klinkeviciute opened this issue Dec 4, 2021 · 0 comments
Closed

Messages screen #61

karina-klinkeviciute opened this issue Dec 4, 2021 · 0 comments

Comments

@karina-klinkeviciute
Copy link
Owner

karina-klinkeviciute commented Dec 4, 2021

Add messages screen. We need to show messages from the server.

We also need to show an indicator on the messages tab in the menu if there are new messages. For that we need to know which messages are new. For that we need to set all seen messages to "seen" (there is a property for that on the message model). So after the messages are downloaded to the messages tab, and ideally - scrolled to in the messages screen, for each of the messages that haven't been "seen" before, we need to send a patch request with "seen" set to true.

API endpoints: GET https://rainbowchallenge.lt/api/schema/swagger-ui/#/api/api_message_list and PATCH: https://rainbowchallenge.lt/api/schema/swagger-ui/#/api/api_message_partial_update

@karina-klinkeviciute karina-klinkeviciute created this issue from a note in Rainbow challenge frontend (To do soon) Dec 4, 2021
@SangI762 SangI762 moved this from To do soon to In progress in Rainbow challenge frontend Jan 24, 2022
karina-klinkeviciute added a commit that referenced this issue Jan 27, 2022
#61 Added messages list and message page
@SangI762 SangI762 moved this from In progress to In testing in Rainbow challenge frontend Feb 1, 2022
Rainbow challenge frontend automation moved this from In testing to Done May 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants