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 should be added where users can add milestones. #364

Closed Hazerank closed 2 years ago

Hazerank commented 2 years ago

The prior design has only one addition button with one type of addible element as Milestone. The new design should be able to add both milestones and tasks. Two different button should be implemented as one button for each item type. The dynamic structure is somewhat advanced coding in flutter, so sufficient time and effort should be allocated for this property.

Hazerank commented 2 years ago

The implementation of this feature is done in the commits 605b54eba30f3ac8da04e739ccd6e40024018741 and 6882b6d0e685e8c29720576502b0e69fb29bcd23 . The implementation was as challenging as "add milestone" feature, however I observed that I had improved my flutter skills and was able to deal with problems smoothly.\ Note that the implementation is started on the wrong branch as in android/search . In this reason, the second commit is the cumulative commit for adding task feature.