Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
7a16223
Added test.js
ZachGG421 Mar 27, 2023
41860cf
completed test 1
ZachGG421 Mar 27, 2023
ae7113b
Added docker repo
KaanIsmet Mar 27, 2023
a3b1fd6
Merge pull request #6 from KaanIsmet/4-add-docker-repo
KaanIsmet Mar 27, 2023
fd53b25
updated test 1
ZachGG421 Mar 27, 2023
7839d69
updated test 1
ZachGG421 Mar 27, 2023
4596610
first commit.
allieyijia Mar 27, 2023
20327e2
Added style css
KaanIsmet Mar 27, 2023
2be5f9e
Merge pull request #7 from KaanIsmet/webdevelop
KaanIsmet Mar 27, 2023
009dc65
edited content and privacy
allieyijia Mar 27, 2023
87e2433
Merge branch 'webdevelop' of https://github.com/KaanIsmet/mywebclass-…
allieyijia Mar 27, 2023
712ba08
changed privacy and story
allieyijia Mar 27, 2023
50edf34
changed privacy and story
allieyijia Mar 27, 2023
5de3ab7
changed the information of privacy and story
allieyijia Mar 27, 2023
78d8d96
Added documentation table in productivity_log.md
KaanIsmet Mar 27, 2023
f186e7a
Merge pull request #9 from KaanIsmet/2-create-table-to-document-issue…
KaanIsmet Mar 27, 2023
e429f72
changed story.html
allieyijia Mar 27, 2023
f1d7b8e
cahnged sotry
allieyijia Mar 27, 2023
7ebd405
Merge pull request #11 from KaanIsmet/newchanges
KaanIsmet Mar 27, 2023
17c7c8c
updated test 1
ZachGG421 Mar 27, 2023
a006042
updated test 1
ZachGG421 Mar 27, 2023
3d53f6d
added install dependencies
ZachGG421 Mar 27, 2023
9fe159d
added testMain.js
ZachGG421 Mar 27, 2023
007e76c
edited backgorund color and nav bar
allieyijia Mar 27, 2023
2e4ef42
updated test.js
ZachGG421 Mar 27, 2023
4768340
Merge pull request #5 from KaanIsmet/1-start-adding-playwright-tests
KaanIsmet Mar 27, 2023
c329bd5
changed bg color, nav bar, story and privacy
allieyijia Mar 27, 2023
517cf36
updated testMain.js
ZachGG421 Mar 27, 2023
e0c4113
Merge pull request #15 from KaanIsmet/newedit
allieyijia Mar 27, 2023
1efdf83
edited nav bar for all html papges
allieyijia Mar 27, 2023
3cc2e57
updated testMain.js
ZachGG421 Mar 27, 2023
8fc500a
Merge pull request #16 from KaanIsmet/navbar
KaanIsmet Mar 27, 2023
9baf535
Updated documentation table in productivity_log.md
KaanIsmet Mar 27, 2023
dfb3279
updated testMain.js
ZachGG421 Mar 27, 2023
74d74a0
transferred test to mywebclass
ZachGG421 Mar 27, 2023
9ad672b
Merge pull request #17 from KaanIsmet/14-update-productivity-log
KaanIsmet Mar 27, 2023
f3c3e90
updated test 1
ZachGG421 Mar 27, 2023
d2311c0
Merge pull request #18 from KaanIsmet/13-run-test
KaanIsmet Mar 27, 2023
f7275cf
Updated documentation table in productivity_log.md
KaanIsmet Mar 27, 2023
c0d6b5e
Merge pull request #19 from KaanIsmet/14-update-productivity-log
KaanIsmet Mar 27, 2023
073eb4a
updated test 1
ZachGG421 Mar 27, 2023
2b51ab8
added test 2 and 3
ZachGG421 Mar 27, 2023
7114fe9
updated test1
ZachGG421 Mar 27, 2023
6247e60
added test 2
ZachGG421 Mar 27, 2023
864e2b7
added test 2
ZachGG421 Mar 27, 2023
80e73f2
updating test
ZachGG421 Mar 27, 2023
54e2a9d
updating test
ZachGG421 Mar 27, 2023
9a4ee15
updating test
ZachGG421 Mar 27, 2023
945272c
updating test
ZachGG421 Mar 27, 2023
57f7959
updating test
ZachGG421 Mar 27, 2023
6ee2789
updating test
ZachGG421 Mar 27, 2023
cbd22e8
updating test
ZachGG421 Mar 27, 2023
62503e2
updating test
ZachGG421 Mar 27, 2023
934f209
Merge pull request #24 from KaanIsmet/20-make-more-tests
KaanIsmet Mar 27, 2023
faa64fc
fix the "By Author" link
KaanIsmet Mar 27, 2023
7ac17b2
Merge pull request #27 from KaanIsmet/26-make-by-author-a-proper-link
KaanIsmet Mar 27, 2023
63037ad
update documentation
KaanIsmet Mar 27, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/playwright_video_lighthouse_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
npm ci
npx playwright install chromium
npm install -g lighthouse chrome-launcher axe-core chromium wait-on
npm install @playwright/test

- name: Start the application
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- 'v*'

env:
DOCKER_REPO_NAME: kaw393939/mywebclass
DOCKER_REPO_NAME: kaanismet7/mywebclassproject

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.8"
services:
master_branch:
development_branch:
image: kaw393939/mywebclass:development
image: kaanismet7/mywebclassproject:development
container_name: development_branch
pull_policy: always
restart: always
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"homepage": "https://github.com/NJIT-WIS/mywebclass#readme",
"devDependencies": {
"@playwright/test": "^1.31.1",
"@playwright/test": "^1.32.1",
"autoprefixer": "^10.4.13",
"babel-loader": "^9.1.2",
"bootstrap": "^5.2.3",
Expand Down
17 changes: 17 additions & 0 deletions productivity_log.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
| Issue Title | Story Points | Issue Link | Status | Assigned To | Assigned On | Completed On | Category | Status Notes |
|------------------------------|--------------|---------------------------------------------------------------------|-----------|-------------|-------------|--------------|--------------------|--------------------------------------------------|
| Add Docker repo | 3 | [link](https://github.com/KaanIsmet/mywebclass-simulation/issues/4) | Completed | @KaanIsmet | 2023-03-26 | 2023-03-26 | Devops | Added Docker repo, password and user |
| start adding playwright test | 5 | [link](https://github.com/KaanIsmet/mywebclass-simulation/issues/1) | Completed | @ZachGG421 | 2023-03-26 | 2023-03-27 | Devops | playwright tests needs to be fixed |
| start building the website | 4 | [link](https://github.com/your-username/repo-name/issues/3) | Completed | @allieyijia | 2023-03-26 | 2023-03-26 | Frontend | changed the background color and added style css |
| Add document table | 3 | [link](https://github.com/your-username/repo-name/issues/2) | Completed | @KaanIsmet | 2023-03-26 | 2023-03-26 | Project Management | added productivity log table |
| Change background color | 1 | [link](https://github.com/your-username/repo-name/issues/12) | Completed | @allieyijia | 2023-03-26 | 2023-03-27 | Frontend | background color has been changed |
| Change the story's content | 1 | [link](https://github.com/your-username/repo-name/issues/8) | Completed | @allieyijia | 2023-03-26 | 2023-03-27 | Frontend | story has been changed |
| Run tests | 4 | [link](https://github.com/your-username/repo-name/issues/13) | Completed | @ZachGG421 | 2023-03-27 | 2023-03-27 | Devops | Test cases will be run |
| Update productivity log | 1 | [link](https://github.com/your-username/repo-name/issues/14) | Completed | @KaanIsmet | 2023-03-27 | 2023-03-27 | Project Management | Updating the productivity log |
| Edited navbar for all pages | 3 | [link](https://github.com/your-username/repo-name/issues/16) | Completed | @allieyijia | 2023-03-27 | 2023-03-27 | Frontend | Edit all the nav bars |
| Update productivity log | 1 | [link](https://github.com/your-username/repo-name/issues/17) | Completed | @KaanIsmet | 2023-03-27 | 2023-03-27 | Project Management | Updating the productivity log |
| Run tests | 2 | [link](https://github.com/your-username/repo-name/issues/18) | Completed | @KaanIsmet | 2023-03-27 | 2023-03-27 | Devops | Updating the productivity log |
| Make more tests | 3 | [link](https://github.com/your-username/repo-name/issues/24) | Completed | @ZachGG421 | 2023-03-27 | 2023-03-27 | Devops | Updating the productivity log |
| Make by Author a proper link | 1 | [link](https://github.com/your-username/repo-name/issues/27) | Completed | @KaanIsmet | 2023-03-27 | 2023-03-27 | Frontend | Updating the productivity log |
| Update productivity log | 1 | [link](https://github.com/your-username/repo-name/issues/28) | Completed | @KaanIsmet | 2023-03-27 | 2023-03-27 | Project Management | Updating the productivity log |

Loading