tillmo / two_tiered_quiz

A multiple choice quiz with justifications for the answers, written in Django
GNU Affero General Public License v3.0
0 stars 0 forks source link

do we need the two-level folder structure? #73

Closed tillmo closed 4 years ago

tillmo commented 4 years ago

The folder frontend only contains one item, namely the folder lqclient. Couldn't we omit this intermediate folder lqclient and move its contents directly to the frontend folder? The folder backend contains the folder lqserver and two other items. Couldn't we omit this intermediate folder lqserver and move its contents directly to the backend folder? This would mean that the contents of lqserver is joined with the two other items in backend.