Milestones
List view
1. Write clean, readable code, such as: - Remove unused code or comments - Neat indentation - Remove unused imports 2. Use Git and Github neatly, in detail and clearly 3. The database uses docker 4. Implement testing, for example unit testing or integration testing 5. Use patterns to separate domains or layers from the API 6. Create project documentation in the form of markdown (.md) files
Overdue by 3 year(s)•Due by January 12, 2023•5/5 issues closed1. APIs / Endpoints - To display clothing data with the highest and lowest prices. - To display customer data for the first time to register (oldest customer) and the last customer to register (newest customer) by branch. - To display the 10 most purchased clothing data in 1 month at each branch (based on quantity). - To display 10 customer data that spend the most in 1 month at each branch (based on accumulated total spending). - To display the total sales data for each branch in 1 year. - To display 5 clothing data that experienced the highest increase in sales this month compared to the previous month. By comparing the quantity sold this month with the quantity sold the previous month. 2. Using at least .NET Core 3 or higher. 3. Using SQL database, you are free to use any database. 4. Using Git and Github 5. Use the Github Projects Board to organize and prioritize tasks that are done
Overdue by 3 year(s)•Due by January 11, 2023•11/11 issues closed