bounswe / 2021SpringGroup11

Welcome to our github repository. We are 11th group of CMPE451 Fundamentals of Software Engineering course. We will work on a software project as a team throughout this term.
http://bounswe11.com.s3-website.us-east-2.amazonaws.com/
4 stars 0 forks source link

Adding Tasks/Milestones segment should have proper naming and numbering protocols and arrange data accordingly. #365

Closed Hazerank closed 2 years ago

Hazerank commented 2 years ago

As it is stated in the header, adding Tasks/Milestones segment should have proper naming and numbering protocols and arrange data accordingly. That means tasks and milestones should have incremented id's individually. As the order of those elements are important for the backend to follow hierarchy, correct ordering should be preserved.

Hazerank commented 2 years ago

This issue is created while in the first implementations - as in commit 605b54eba30f3ac8da04e739ccd6e40024018741 - it is observed that tracking the tasks and milestones are not defaulted done and requires extra effort. Each type should have its individual numbering whilst existing in the same list.

Hazerank commented 2 years ago

The framework is structured in a way that the ordering of the tasks and milestones are preserved in one list. Now each type has its own incremented id's. The implementation details are in the commit 5a434b9380357808b8c3f8a0d25f0d89719cf210

Hazerank commented 2 years ago

Implemented and closed with successful Pull Request.