Commit Graph

227 Commits

Author SHA1 Message Date
look-its-ashton
5419eed9b1 sprint 1 review markdown document created 2022-11-13 15:20:09 -08:00
look-its-ashton
bc4073b10f meeting notes 2022-11-13 14:26:29 -08:00
Graydogminer
71782c0a9c
Merge pull request #55 from cse110-fa22-group29/45-adding-htmlhint-to-repo
Adding HTML & CSS Linters
2022-11-13 13:57:42 -08:00
Arthur Lu
7f892d2491
Merge pull request #56 from cse110-fa22-group29/sprint-1
Merge with HTMLhint branch
2022-11-13 13:49:26 -08:00
Arthur Lu
e068e51575
Merge branch '45-adding-htmlhint-to-repo' into sprint-1 2022-11-13 13:49:04 -08:00
Arthur Lu
37ea4d7e6d fix merge conflicts
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2022-11-13 21:47:27 +00:00
Arthur Lu
1819f5042c remove npx call in package.json scripts
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2022-11-13 21:40:42 +00:00
Arthur Lu
28e8415589 change css linting file naming
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2022-11-13 21:31:15 +00:00
Arthur Lu
34225f651f fix package.json
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2022-11-13 21:30:31 +00:00
Marc
a1319ecf18 config for stylelint 2022-11-13 21:17:03 +00:00
Sanjit Joseph
0cc8634967 Implement star rating across all html forms 2022-11-13 00:09:52 -08:00
Sanjit Joseph
3dfb22d3b5 Implement star rating css 2022-11-12 23:58:39 -08:00
Sanjit Joseph
f9a0a01fb4 Add radio buttons for star rating 2022-11-12 22:22:25 -08:00
Marc
22d29718e8 updated css linter and html linter 2022-11-13 06:11:56 +00:00
Sanjit Joseph
bf04d82978 Update CreatePage.css with current form css 2022-11-12 20:10:17 -08:00
Sanjit Joseph
019880926f Update stylesheet of CreatePage.html to CreatePage.css 2022-11-12 20:05:51 -08:00
Sanjit Joseph
99f9b29a7e Create CreatePage.css 2022-11-12 20:04:41 -08:00
Kara Hoagland
74f3bdde19 Merge Conflicts 2022-11-12 14:20:25 -08:00
Kara Hoagland
17bea4c21c reviewDetails+Update+Delete 2022-11-12 14:16:03 -08:00
Gavyn Ezell
cbc00af073 interacting with description from user 2022-11-12 10:33:30 -08:00
Gavyn Ezell
f7b62ba59b added h1 to review page 2022-11-12 10:12:14 -08:00
Gavyn Ezell
365e701924 review page functionality 2022-11-12 10:10:07 -08:00
Kara Hoagland
d72e8ea601 merge 2022-11-11 12:12:29 -08:00
Kara Hoagland
9ee980f57e added stars back 2022-11-11 12:07:58 -08:00
Arthur Lu
0c0b49264e
Merge pull request #47 from cse110-fa22-group29/fix-es6-compatibility
Fix JS unit test ES6 compatibility
2022-11-11 08:58:39 -08:00
Kara Hoagland
524db534b6 Merge branch 'sprint-1' of https://github.com/cse110-fa22-group29/cse110-fa22-group29 into sprint-1 2022-11-11 00:04:24 -08:00
Kara Hoagland
8263aa6082 newWindow/cleaning/miniFixes 2022-11-11 00:03:56 -08:00
Sanjit Joseph
ef8a689b3f Upload default plate icons 2022-11-10 23:34:13 -08:00
Sanjit Joseph
4945285e2e Remove old star icons 2022-11-10 23:32:56 -08:00
Arthur Lu
1a8d494fe2 fix typo in js-unittest.yml action 2022-11-11 02:55:25 +00:00
Arthur Lu
d274a8a442 update js-unittest action to use nodejs v 18 2022-11-11 02:41:23 +00:00
Arthur Lu
8b2ae89bd2 switch localStorage mock to mock-local-storage,
fix unit tests to work with ES6 import syntax,
remove testenv module
2022-11-11 02:39:40 +00:00
rheabhutada02
23c29e80bc Merge branch 'sprint-1' of https://github.com/cse110-fa22-group29/cse110-fa22-group29 into sprint-1 2022-11-10 18:17:18 -08:00
rheabhutada02
91fb6703ee Updated reset.css 2022-11-10 18:17:15 -08:00
Arthur Lu
b85a73400d add another unit test to localStorage.test.js,
reflect fixes to packages.json from main
2022-11-10 22:33:47 +00:00
Graydogminer
d6929af27e
added lintHTML command 2022-11-10 14:16:42 -08:00
Graydogminer
135a19e154
Create .htmlhintrc 2022-11-10 14:14:42 -08:00
Graydogminer
08476083f3
Create html-linting.yml 2022-11-10 14:13:35 -08:00
Gavyn Ezell
c168d0f902 tag functionality 2022-11-10 13:22:32 -08:00
rheabhutada02
4e2e8bb496
Merge pull request #44 from cse110-fa22-group29/fix-package.json
Fix scripts in package.json for correct recursive calling
2022-11-09 17:52:23 -08:00
Arthur Lu
338eeac38f fix scripts in package.json for correct recursive calling
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2022-11-10 01:41:27 +00:00
Arthur Lu
1718c7cedb move localStorage util to localStorage.js,
update main,js to rquire localStroage,
add simple unit tests to localStroage.test.js,
create symlink of testenv.js to source/assets/scripts,
update package.json with proper recursive call

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2022-11-10 01:35:41 +00:00
rheabhutada02
62f1626492
Update 110922-checkin5.md 2022-11-09 16:08:02 -08:00
rheabhutada02
f216fc2abf Updated checkin meeting minutes for 11/09/2022 2022-11-09 16:06:59 -08:00
Gavyn Ezell
9bbb2e48f7 tags 2022-11-08 22:43:41 -08:00
Gavyn Ezell
55f0f5d645 resolve merge: css files and index.html 2022-11-08 22:08:38 -08:00
Gavyn Ezell
3e4ae68e2e tag functionality in form, review card changes 2022-11-08 21:51:03 -08:00
d7hernan
7419a0ffe8 file no longer needed 2022-11-08 16:14:36 -08:00
d7hernan
a393b36082 whatever 2022-11-08 16:09:45 -08:00
Gavyn Ezell
d8ed4d24a8 started review cards, form change 2022-11-08 15:57:02 -08:00