This file is a simple guide for how we manage code and documentation for Phase 1.
Build a functional, data-driven GDP analysis system in Python using functional programming and clean module design.
- Zaid (24L-0726)
- Abubakar (24L-0507)
- dataloader filters specific region and its gdp from csv based on user input in .json file
- dataprocessor performs sum or average of gdp based on user input in .json file
- visulization use matplot library to show statiscal result of data extracted
- dashboard uses the functions defined in above files and perform related operations in a series
- Everyone works on main (or small feature branches if needed).
- Make small commits with clear messages.
- Commit often during development.
Example commit messages:
- Added functional CSV loader
- fixed region filter logic
- Add bar and pie charts