stackroute / quizztack-web

MIT License
0 stars 0 forks source link

DashboardMyChallenges component is too complex, and inappropriately named. #5

Closed sagarpatke closed 7 years ago

sagarpatke commented 7 years ago

Refactor DashboardMyChallenges component:

There needs to be a component which can be displayed directly on the dashboard (MyChallenges). This should contain a list of challenges (Challenge). On clicking on a challenge, a Dialog needs to appear, hence it should be a part of Challenge .

dsrini94 commented 7 years ago

Refactor DashboardMyChallenges component:

There needs to be a component which can be displayed directly on the dashboard (MyChallenges). This should contain a list of challenges (Challenge). On clicking on a challenge, a Dialog needs to appear, hence it should be a part of Challenge .