A React admin dashboard where we will manage Rankers of players created by the users:
- A user will have 0 or many rankers
- Each Ranker has 0 or many rows
- Each row has 0 or many players
- Each player belongs to 1 or more groups, and belongs to 0 or more teams
Each of the entities above will only have a few basic columns like name, color, description besides the normal create_at, updated_at etc. I can give specifics later.
The state management inside the app should be done with redux-thunk.
The design should use flex and/or SemanticUI instead of boostrap or similar.
The requests to the GraphQL API should be done with normal HTTP requests with the mutation/query string on the body of the request. You can not use any libraries like Apollo.
The database should be with PostgreSQL and for primary keys you should use uuid/v4 instead of normal auto increment ids.
There should be user authentication with at least Google account and the basic user information like email, id and other can be saved and to associate in the future with the entities mentioned above.
In the end the dashboard should have the following functionality:
- Basic search and filter
- CRUD all of the entities, for example: Edit the groups that a player belongs to, or add/remove player to a row, edit player information.
If preferable I can provide an Hasura server already setup to interact with a PostgreSQL backend.
About the recuiterMember since Mar 14, 2020 Mart4 Us
from Ringkobing, Denmark