Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
e8abc58
feat: add copilot-made draft of step 1
chriswblake Apr 24, 2025
8587546
feat: add copilot-made draft of step 2
chriswblake Apr 24, 2025
b6ccab0
feat: add copilot-made draft of step 3
chriswblake Apr 24, 2025
dab44f5
feat: add copilot-made draft of step 3
chriswblake Apr 24, 2025
a335dcc
feat: add copilot-made draft of step 4
chriswblake Apr 24, 2025
863db38
feat: add copilot-made draft of final review
chriswblake Apr 24, 2025
e9a1a60
feat: Add start exercise workflow
chriswblake Apr 24, 2025
174d4a9
docs: Add sample application
chriswblake Apr 24, 2025
8ce8ddd
wording tweaks
chriswblake Apr 25, 2025
125e4c4
Make analogy more logical.
chriswblake Apr 25, 2025
8938f45
Verify activity instructions and add images
chriswblake Apr 25, 2025
feb165c
Verify activity instructions and add images
chriswblake Apr 26, 2025
1fd4203
make image sizes the same
chriswblake Apr 26, 2025
bd4071c
Make analogy better
chriswblake Apr 26, 2025
faa4082
Add script to preinstall mongodb
chriswblake Apr 27, 2025
b21574c
Refactor to use mongodb and move routes into separate file
chriswblake Apr 27, 2025
6b3bc24
Swap registration area for button on each activity
chriswblake Apr 27, 2025
06b7c5c
Add login functionality so only teachers can register/unregister stud…
chriswblake Apr 28, 2025
e8a28d1
refactor css to use variables
chriswblake Apr 28, 2025
54350c6
Make content more dense. Fix UI of login button.
chriswblake Apr 28, 2025
b952a49
remove available activities
chriswblake Apr 28, 2025
10eaf03
Modify filters for better support of days and times
chriswblake Apr 28, 2025
ac3964b
fix bug that didn't show activities at beginning
chriswblake Apr 28, 2025
1fd58f8
Change time filter to be same style
chriswblake Apr 28, 2025
35635ff
fix padding around search icon
chriswblake Apr 28, 2025
f7c9e2f
Fix hover effect on unregister button.
chriswblake Apr 28, 2025
1ec6c0e
Add mongodb extension
chriswblake Apr 28, 2025
41be730
chore: reverse order of steps
chriswblake Apr 28, 2025
83cbfed
chore: Validate content in step 2
chriswblake Apr 28, 2025
aedae0b
chore: Validate content in step 3
chriswblake Apr 28, 2025
ad0e37a
chore: Validate content in step 4
chriswblake Apr 28, 2025
a568fa9
chore: Validate content in step 5
chriswblake Apr 28, 2025
b9e744e
remove theory header
chriswblake Apr 28, 2025
5a4f6ce
feat: Clean up workflow 0. Untested.
chriswblake Apr 28, 2025
d8c9f71
feat: Clean up workflow 1. Untested.
chriswblake Apr 28, 2025
2304fb6
feat: Clean up workflow 2. Untested.
chriswblake Apr 28, 2025
6189828
feat: Clean up workflow 3. Untested.
chriswblake Apr 28, 2025
d26a175
feat: Clean up workflow 4. Untested.
chriswblake Apr 28, 2025
ecf621d
feat: Clean up workflow 5. Untested.
chriswblake Apr 28, 2025
6943506
Test run and adjustments for workflow 0.
chriswblake Apr 28, 2025
ba03fa7
Test run and adjustments for workflow 1.
chriswblake Apr 28, 2025
c5a8706
Test run and adjustments for workflow 2.
chriswblake Apr 28, 2025
7e73d4e
Test run and adjustments for workflow 3.
chriswblake Apr 28, 2025
408558e
Test run and adjustments for workflow 4.
chriswblake Apr 28, 2025
83063f9
fix: prevent crash if workflow not found
chriswblake Apr 28, 2025
b8c34d5
refactor: Adjust review to have similar style to current format
chriswblake Apr 28, 2025
77ad87e
typo
chriswblake Apr 28, 2025
68bbe7a
Test run and adjustments for workflow 5.
chriswblake Apr 28, 2025
6057175
Add missing license file
chriswblake Apr 28, 2025
ba1b517
cleanup
chriswblake Apr 28, 2025
5227d9a
adjust image sizes
chriswblake Apr 28, 2025
f55ab0a
cleanup
chriswblake Apr 28, 2025
47b0ab3
cleanup
chriswblake Apr 28, 2025
63414e7
add link
chriswblake Apr 28, 2025
11ba84f
Add link to sample gitignore files
chriswblake Apr 28, 2025
f341503
Wording tweaks
chriswblake Apr 28, 2025
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
Prev Previous commit
Next Next commit
fix: prevent crash if workflow not found
  • Loading branch information
chriswblake authored Apr 28, 2025
commit 83063f9b1a678c50e3db5a27f9a1842d2bed7f58
4 changes: 2 additions & 2 deletions .github/workflows/2-prepare-to-collaborate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:

- name: Disable current workflow and enable next one
run: |
gh workflow disable "Step 2"
gh workflow enable "Step 3"
gh workflow disable "Step 2" || true
gh workflow enable "Step 3" || true
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/3-foster-healthy-growth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ jobs:

- name: Disable current workflow and enable next one
run: |
gh workflow disable "Step 3"
gh workflow enable "Step 4"
gh workflow disable "Step 3" || true
gh workflow enable "Step 4" || true
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/5-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Disable current workflow
run: gh workflow disable "${{github.workflow}}"
run: gh workflow disable "${{github.workflow}}" || true
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}