diff --git a/.github/workflows/js-unittest.yml b/.github/workflows/js-unittest.yml index 4cb1359..918ce70 100644 --- a/.github/workflows/js-unittest.yml +++ b/.github/workflows/js-unittest.yml @@ -23,5 +23,7 @@ jobs: uses: actions/checkout@v3 - name: Install dependencies run: sudo npm install + - name: Start local http server + run: sudo npm run http-server & - name: Run tests run: sudo npm test \ No newline at end of file diff --git a/admin/meetings/11822-sprint1day2.md b/admin/meetings/110822-sprint1day2.md similarity index 100% rename from admin/meetings/11822-sprint1day2.md rename to admin/meetings/110822-sprint1day2.md diff --git a/admin/meetings/111622-checkin6.md b/admin/meetings/111622-checkin6.md new file mode 100644 index 0000000..0c37037 --- /dev/null +++ b/admin/meetings/111622-checkin6.md @@ -0,0 +1,33 @@ +# Meeting Minutes (11/16/2022) +## Team 29: Hackers1995 +## Meeting Topic: Weekly TA Catchup with Gagan +We are meeting with Gagan to discuss Checkpoint 1 and Sprint 2 resolutions. + +## Attendance +1. Rhea Bhutada +2. George Dubinin +3. Gagan Gopalaiah +4. Kara Hoagland + +## Meeting Details +- When: 11/16/2022 at 3:30PM +- Where: Zoom + +## Agenda: + +## Discussion Points by Gagan +- Updated Gagan on Sprint 1 + - looked at Girhub actions + - looked at the published page so far + - discussed retrospective +- Upcoming Assignments + - we have to come up with a video on the status of our app + - ramp up the styling part, so u can brag about the design of the app + - this video is supposed to encourage healthy competition +- Other Concerns + - JSDocs - not primary concern right now + - GitHub Pages vs. Netlify + - Gagan sees Netlify as more professional and not to difficult to implement + +## End Time +- 11/09/2022 at 3:45PM diff --git a/package.json b/package.json index bd8a69c..5dfc756 100644 --- a/package.json +++ b/package.json @@ -4,16 +4,19 @@ "type": "module", "scripts": { "test": "mocha --recursive --require mock-local-storage './{,!(node_modules)/**}/*.test.js'", - "lint": "eslint '**/*.js'", + "lint": "eslint **/*.js", "fix-style": "eslint --fix **/*.js", "lintHTML": "htmlhint '**/*.html'", - "lintCSS": "stylelint '**/*.css'" + "lintCSS": "stylelint '**/*.css'", + "http-server": "http-server source" }, "devDependencies": { "eslint": "^8.27.0", "htmlhint": "1.1.4", + "http-server": "", "mocha": "10", "mock-local-storage": "^1.1.23", + "puppeteer": "^18.2.1", "stylelint": "14.14.1", "stylelint-config-standard": "^29.0.0" } diff --git a/source/CreatePage.html b/source/CreatePage.html index 64dfe78..99fc09c 100644 --- a/source/CreatePage.html +++ b/source/CreatePage.html @@ -14,18 +14,24 @@ - - + + +
Pic: -