-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Linear Code
- Loading branch information
Showing
11 changed files
with
590 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,16 @@ | ||
#Directory Structure Improvements | ||
|
||
#As per analyzing the existing code, rather than having all the files in one places, the code base can be modular based on common modules and reusable components | ||
|
||
#Require JS is used to include JS files as needed. | ||
|
||
#Naming convention has been used to clearly depict the componentname with it action like directive or service to have clear visibility from a dev standpoint also it will help in writing test cases more efficiently. | ||
#Naming convention has been used to clearly depict the componentname with it action like directive or service to have clear visibility from a dev standpoint also it will help in writing test cases more efficiently. | ||
|
||
#Common CSS and Images are at the top level itself so that we don't have to traverse through many folders and directories | ||
|
||
|
||
#Code Improvements | ||
|
||
#Clean up index file to include the common components like Header, main body content and charts | ||
|
||
#config file will drive the application route and will require the files as well |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.