Arquisoft / dechat_en2a

Dechat EN2A
https://arquisoft.github.io/dechat_en2a
MIT License
8 stars 7 forks source link

Basic messages | Second Review demo goal #19

Closed josecurioso closed 5 years ago

josecurioso commented 5 years ago

User A should be able to send a message to user B and user B should be able to read it. Therefore we have to develop a proof of concept that features logging in, reading from the user's own inbox and writing to a different inbox.

What is not needed:

josecurioso commented 5 years ago

I have advanced a bit on this task. There is a Work In Progress prototype in branch messagingTesting that is able to place a message on another user's inbox. This coming days I will use the schema from #15 and the notation from #20 and inprove the contents of the message.

josecurioso commented 5 years ago

Added friends list functionality and polished the message sending service. Needs a lot of work on the backend but it is buildable for now. These changes are reflected on #21

josecurioso commented 5 years ago

Work on these features and a bit more continued on branch josedev although it is not ready for a pull request yet.

josecurioso commented 5 years ago

The notification sending system has been added. The listener for notifications is yet to be done. I will cleanup the project and make a pull request later today.

josecurioso commented 5 years ago

From this point on the finishing touches to this section will be treated by #27 #29 and #30

josecurioso commented 5 years ago

The day has come and I consider the current work present on the master to be good enough to close this issue.