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

Multi-user support #2

Open
ricardobalk opened this issue Sep 30, 2020 · 3 comments
Open

Multi-user support #2

ricardobalk opened this issue Sep 30, 2020 · 3 comments
Labels
enhancement New feature or request
Milestone

Comments

@ricardobalk
Copy link
Member

The app can currently only receive location updates from a single user. When authentication (see #1) is built-in, it becomes possible to provide multi-user support as well.

@ricardobalk ricardobalk added enhancement New feature or request hacktoberfest Good issue for Hacktoberfest participants labels Sep 30, 2020
@ricardobalk ricardobalk added this to the 1.1.0 milestone Sep 30, 2020
@ricardobalk ricardobalk modified the milestones: 1.1.0, 1.2.0 Oct 30, 2020
@ricardobalk ricardobalk removed the hacktoberfest Good issue for Hacktoberfest participants label Oct 30, 2020
@moogacs
Copy link
Contributor

moogacs commented Nov 20, 2020

@ricardobalk I can work on that, after you update the read me for the new updates

@ricardobalk
Copy link
Member Author

Sure @moogacs!

I have not updated all docs yet, but have written how to set up a development environment with this multi-branch approach. Basically, it comes down to having a good directory structure and editing some go.mod files, so Go knows to use the local packages instead of the online ones

You probably have to add some kind of authorization system to waarzitjenu/auth, then adopt waarzitjenu/server to use that functionality. That is what I had in mind for user management. But as always, feel free to design and develop your own ideas and implementations of it 👍

@ricardobalk
Copy link
Member Author

ricardobalk commented Nov 20, 2020

Brb, will make some commits to waarzitjenu/auth to init the repo! Done 👍

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