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

The Topic that are chosen should be shown clearly and should be removed if wanted. #368

Closed Hazerank closed 2 years ago

Hazerank commented 2 years ago

There should be additional section under Topics segment which includes the topics that are already chosen for the learning path. It should contain all topics and users should have the chance to remove the topics if they are not happy. Dynamic implementation can be challenging.

Hazerank commented 2 years ago

With commit 5ea4ac8f18efeaa4bc0554975a08f1e0577866bb, the general design is done. The first implementation of the topic list is consist of default Topic container which includes favorite feature which is irrelevant. The implementation details are in the commit 9789dd15dd1bd8ee7d7af59194a9d8a89bf4a4c0.

Hazerank commented 2 years ago

After dealing with search feature and being able to add new Topics to the list, focus point shifted to creating a new container for selected topic. While implementing new container, the feature of removing topics from the list is also implemented as in the commit 52c25781ee6bd6b2d75539792b36e2ece0a9faab.

Hazerank commented 2 years ago

Implemented and closed with successful Pull Request.