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

Implement dynamic Milestone creation. #297

Closed Hazerank closed 2 years ago

Hazerank commented 2 years ago

As said in #296 , users should create multiple milestones. It is necessary but a technically challenging task.

Hazerank commented 2 years ago

The process is still on progress. I was able to create multiple input fields however there exist several mistakes in the code. Yet there is no description field as well as delete milestone button. Corresponding commit (24c0ba4d01d81690ae87fcace47389d66323766f)

Hazerank commented 2 years ago

The title and the description fields are added to the milestones in the Create Path page. When clicked to the plus, now groups of input fields are generated is intended. Corresponding issue (3a773c4d834c29998328b01a4b275b15e4503a4e)

Hazerank commented 2 years ago

Milestone functionality is done. Now users can delete milestones also. Corresponding commit (1cc822c75f97a1c9aa6090802e87d5a48989a06c)