michaelKurowski / lokim2

An internet messenger that cares about privacy.
4 stars 0 forks source link

GUI Room Join/Create + User Searching on Frontend #80

Closed Jordan141 closed 6 years ago

Jordan141 commented 6 years ago

Notable issues so far:

Ideas so far:

michaelKurowski commented 6 years ago

How's it progressing? @Jordan141 We're soon going to start implementing friend lists on backend.

Jordan141 commented 6 years ago

At the last time of editing, I believe I had logout working, or at least almost working. I still need to add tests for the new code.

I think it would be nice to wait for the friendslist so I can populate the "create" input field with suggestions of friends so that we don't have tons of issues where we're inviting people who don't exist/typos. Since I intend on implementing this anyway, I don't want to implement something else, then just rip it all out when friendslist is completed.

This option also heightens security, as you can only add users who are your friends to your room.

Still have an odd myriad of bugs to fix, but I have a handle on them at the moment, I'll make some progress today.

Might also be an idea to add online status to users, no use in adding an offline person to a group after all. Especially if we aren't storing room data on the server for them to be added to the room once they're online.