ferminhg / mina

Mina. Daily management
GNU General Public License v3.0
1 stars 0 forks source link

Define a list of requirements and add it as a task in kanban. #2

Open ferminhg opened 3 years ago

ferminhg commented 3 years ago

We need to create a dashboard with components showing the value of some KPIs.

This is an idea of the tool working. alt text

Main parts of the app:

For the first iteration, we will use JSON files to get data.

Tasks:

[ ] doc: create Readme with rules. [ ] Frontend: create a prototype of wireframe in Figma [ ] Frontend: generate a base React project: config, tests, base home, styles [ ] Frontend: create the home view [ ] Frontend: create a component to view a KPI consuming data from JSON [ ] Frontend: Duplicate the component per each KPIs [ ] Frontend: Test all the application [ ] Backend: Create python project + Django: config, tests, bases command [ ] Backend: Create sample data [ ] Backend: Get KPIs from GH [ ] Backend: Get KPIs from Jira