esong165 / cse110-w21-group25

2 stars 3 forks source link

Make everything in window.app #134

Open DuckDuckWhaleUCSD opened 3 years ago

DuckDuckWhaleUCSD commented 3 years ago

Currently our task list and stats list are implemented as custom elements but are neither reusable nor uses the constructor to fill out some elements. It would be better to put them in window.app and make them no longer custom elements just like Timer and Settings for more consistency, which would benefit our soon-to-be-rewritten system diagram.