OREL-group / Project-Management

Materials and assignments for Integrative Project Management course
1 stars 23 forks source link

Graphical Visualizations to Track Fitness Progress #154

Open arosedale opened 9 hours ago

arosedale commented 9 hours ago

Create and implement various graphs representing fitness progress. This includes weight progress graphs, daily calorie burn graphs, and step-over-time graphs (daily and monthly).

arosedale commented 9 hours ago

I plan to use libraries such as D3.js or Chart.js for flexibility and scalability.

Implementation Steps: Define graph requirements and mock-up designs. Integrate with backend data to fetch progress records. Develop responsive, accessible, and interactive components for graph rendering. Conduct cross-platform testing for performance and usability.

Rescoping: If older devices have an issue with rendering performance, I can seek out other alternatives. For example, I could explore lightweight alternatives or static image generation.