CSE-110-Group-29 / Electric-Pomato

Time management web application that implements the Pomodoro Technique.
https://cse-110-group-29.github.io/Electric-Pomato/
5 stars 3 forks source link

Updated file structure #104

Closed DonaldWolfson closed 3 years ago

ayoung19 commented 3 years ago

one more thing i had in mind is to move all main components to js/components and all subcomponents to js/components/subcomponents so we can trace our components easier. there are some things that will never be called by the index/app so i figured it would declutter the js folder, thoughts?

ayoung19 commented 3 years ago

Oh yeah because we kind of took some shortcuts with making the web components, putting the script tags in the header will actually cause an error and it can be fatal. Also, moving the html to its own folder will mess up the production deployment, we should keep all the html in the root.

DonaldWolfson commented 3 years ago

Would you mind making those changes and pushing them on this branch?

ayoung19 commented 3 years ago

ok nvm this is way too complicated and thisll probs require more than 1 person and a lot of testing to do because a lot of files rely on the current structure. i think cleaning up the unused html and js is sufficient and honestly moving the components down to 1 directory doesn't make that much of a difference organization wise