mpetyx / DarwinsMusic

The code for the mini project of the TooLate team on ESWC 2013
GNU Affero General Public License v3.0
3 stars 3 forks source link

Restructuring the UI code #3

Closed gopalkoduri closed 10 years ago

gopalkoduri commented 11 years ago

Need to arrange the folder structure in such a way that it is intuitive to browse through and understand it. There should be a clear distinction between styles/scripts/html. The external libraries should also be neatly placed.

zaen commented 10 years ago

Done.

The UI code now structured as expected:

/css --- contains all styles /js --- contains all java script (library, profile) /data --- contains all JSON data index.html --- one and only one our html page

gopalkoduri commented 10 years ago

You can get rid of the data/ folder inside web/ folder, and use DarwinsMusic/data/ folder instead. That would be more clean as the src/ folder will have only the source code and nothing else.