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 the page structure as Image, Title, Description, Topics, and Milestones. #296

Closed Hazerank closed 2 years ago

Hazerank commented 2 years ago

The main work about the page is setting the general framework. Input areas of Image, Title, Description, Topics, and Milestones should be implemented. More specifically:

Hazerank commented 2 years ago

The implementation of the page is started. Yet it is still in a draft. Only image upload, Title and description input fields are implemented. Corresponding issue (913f97df473edb93a735c21467b028433da7a176)

Hazerank commented 2 years ago

Milestone attribute is completed in two commits. Firstly the technical structure is set then the title and description is implemented. Corresponding issues (24c0ba4d01d81690ae87fcace47389d66323766f)(3a773c4d834c29998328b01a4b275b15e4503a4e)

Hazerank commented 2 years ago

Topic field is become a troublesome implementation. After a long process, now users can give tags as a comma separated values. All the connections are done regarding to topic search and fetch. Corresponding Commit (d8c3ddb9f5b68e63982600034c89e07d10a241eb).

Hazerank commented 2 years ago

Finally, milestone interface is improved. User can add milestones smoothly and remove them. With this, all required features are implemented.