michaelx / media-tracker

Self-hosted open source media-tracker for tv shows and movies. (React, Redux)
MIT License
44 stars 5 forks source link

Evaluation of a multi-user approach #14

Open ghost opened 3 years ago

ghost commented 3 years ago

Maybe I'm alone with this point of view, but a multi-user system (with native authentication) would provide a huge benefit and a great advantage in relation to other, similar projects (like devfake/flox).

What do you think about it?

michaelx commented 3 years ago

Not in scope at the moment, as it also depends on how the future backend will be implemented.

Ideally I'd like to have a GraphQL API and use apollo-client on the FE. This way we could also drop redux to make it easier for developers to pick up.