This project was generated with Angular CLI version 7.0.4.
- About
- In
app/about/about.component.ts
, I didn't find it necessary to absract this out in a seprate data-file.
- In
- Projects (Sorry, its not very DRY but, could be worse.)
- TO UPDATE THE CONTENT FROM SUBMENU OF PROJECT SECTION UI & ONWARD
- In
app/projects/project-data
, there is0
,1
, and2
. These represent your 3 groups in the main menu of your project section of your website. - In side each of these nondescript folders are
more nondescript folders
, anindex.html
file, and asubject-info.json
file. - The
subject-info.json
file is where (mildly) human-readable content is. Theid
in eachprojectList
item corresponds to themore nondescript folders
referenced earlier. - The
more nondescript folders
(should) each have anindex.html
and asubject-info.json
(sound familiar?)
- In
- TO UPDATE THE CONTENT FROM SUBMENU OF PROJECT SECTION UI & ONWARD
- Port over existing work from Jekyll.
- Home
- About
- Partial Projects
- Fix Navigation Bar to change display on scroll.
- Apply DRY to styles with shared styles.
- Write tests to pass existing work: Home and About.
- Code out Projects interactions without content.
- Code out Projects content.
- Write test for Projects.
- Clean up Contacts to match wireframe.
- Write test for Contacts.
- Take care of vulnerabilities.
- Ensure/implement accessibility/internationalization.
- Test reactiveness.
- Install automation: CI/CD, include tags here for build/tests pass/fail.
- Hook up analytics.
- Make LIVE!- and update resumes, social medias!
- Add fancy animation things, fix refreshing the anchor.
- Refactors.
- Replace
inner-html
withng-include
. Documentation here.
- Replace
[Compodoc / Documentation Tags]{https://compodoc.app/guides/jsdoc-tags.html}
To run an update on the documentation and sticker:
npm run doc
To see documentation site locally, navigate to <PATH_TO_CLONED_DIR>/cheriejw/documentation/coverage.html
in a web browser.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.
String
vsstring
. KeptString
for consistency, thoughstring
is better where useable.
1 - Project's Divider: src/app/projects > id="divider"
2 - Project's Right Trapezoid: src/app/projects > id="right-trapezoid"
4 - Project's SubScreen: src/app/projects/
5 - NavBar: src/app/nav > div
h3
: for all section headers.
h6
: for all keywords in projects.