Skip to content

Commit 5dc481b

Browse files
committed
add mocha framework to support java testing, updated gitignore file + READMEs
1 parent 08f1b8c commit 5dc481b

File tree

7 files changed

+960
-10
lines changed

7 files changed

+960
-10
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
.DS_Store
1+
.DS_Store
2+
node_modules/

cascade/README-Cascade.md

+15-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
1-
## File descriptions for Cascade Modules & Micro Service Scripts
2-
- **website-background.html** — Use to set a background image for an entire webpage in the CMS. Please note that image should conform to the overall campus design direction.
1+
## :file_folder: File descriptions for Cascade Modules & Micro Service Scripts
32

4-
- **mini-profile.html** — Use to create a mini profile with a circular profile image.
3+
- **Campus-modules-cloned**: Holds html files of modules from campus that we use in typical page builds. This space is for module modification or understanding how a module works.
4+
5+
- **custom-modules**: Holds html files for custom modules that have been approved by Web Manager & Content Strategist for regular content editor workflows.
6+
7+
- **look-and-feel**: Directory can be used to test modules, style/script updates, and micro-servicing scripts in a site-like environment. Requires a code editor.
8+
9+
- **website-background.html**: Use to set a background image for an entire webpage in the CMS. Please note that image should conform to the overall campus design direction.
10+
11+
- **mini-profile.html**: Use to create a mini profile with a circular profile image.
512

6-
- **timeline-large.html** Accessible visual timeline for Library Strategic Plan page. Would work best for larger timelines. https://library.ucsd.edu/about/strategic-plan/index.html
13+
- **timeline-large.html**: Accessible visual timeline for Library Strategic Plan page. Would work best for larger timelines. https://library.ucsd.edu/about/strategic-plan/index.html
714

8-
- Desktop preview:
9-
![image of visual timeline desktop view](/assets/visual-timeline-desktop.png)
15+
<!-- - Desktop preview:
16+
- ![image of visual timeline desktop view](/assets/visual-timeline-desktop.png)
1017
1118
- Mobile preview:
12-
![image of visual timeline mobile view](/assets/visual-timeline-mobile.png)
19+
- ![image of visual timeline mobile view](/assets/visual-timeline-mobile.png) -->
1320

14-
- **timeline-small.html** Initial version of accessible visual timeline for Library Strategic Plan page. Would work best for smaller timelines. Decided to go with a different design direction, but this snippet could be re-purposed for something else!
21+
- **timeline-small.html**: Initial version of accessible visual timeline for Library Strategic Plan page. Would work best for smaller timelines. Decided to go with a different design direction, but this snippet could be re-purposed for something else!
File renamed without changes.

0 commit comments

Comments
 (0)