You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Putting this here as a reminder, because I know I'd otherwise just get used to it with more exposure.
So: the directory structure could really be logically clearer. Comments on a few of the existing directories:
/Images/: Currently contains UI elements and screenshots (= documentation) mixed. Better to be split into two directories. Since the UI elements are not under /app, they possibly are source files of some sort for other images inside /app. If so, the new directory should be named accordingly.
/app/images/Partners_logos/: Can be removed, as the software is now no longer just about the OpenCare project context.
/app/images/techno/: Rename and place it somewhere outside /app, to be used in the README.md documentation and nowhere else. Not inside the application, as there is no need for that.
Putting this here as a reminder, because I know I'd otherwise just get used to it with more exposure.
So: the directory structure could really be logically clearer. Comments on a few of the existing directories:
/Images/
: Currently contains UI elements and screenshots (= documentation) mixed. Better to be split into two directories. Since the UI elements are not under/app
, they possibly are source files of some sort for other images inside/app
. If so, the new directory should be named accordingly./app/images/Partners_logos/
: Can be removed, as the software is now no longer just about the OpenCare project context./app/images/techno/
: Rename and place it somewhere outside/app
, to be used in theREADME.md
documentation and nowhere else. Not inside the application, as there is no need for that./app/js/
: Would be more logical as/app/scripts/lib/
. Even better, they should not be in the source code at all (see Remove the libraries in /app/js/ and rely on packages instead #22)./app/scss/
: The whole content of this folder would better be moved into/app/styles/
.The text was updated successfully, but these errors were encountered: