Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added 2024 proposal and status report #360

Merged
merged 1 commit into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion client-course-schedulizer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Edits you make to the code will automatically update the website in your browser

1. Create a pull request to merge your fully-implemented-and-tested feature branch into the `develop` branch. You can test your branch locally by running:
- `pnpm start` to manually test your changes.
- `pnpm test` Launches the test runner in the interactive watch mode. See the section about [running tests](https://create-react-app.dev/docs/running-tests/) for more information.
- `pnpm test` Launches the test runner in the interactive watch mode. See the section about [running tests](https://sharp-babbage-a45ee2.netlify.app/#/about) for more information.

GitHub is configured to require on review by a team member for all merges into the `develop` branch. When the merge is approved:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,13 @@ const AboutReport = () => {
<TextSection
body={
<ul>
<li>
<NewTabLink href="https://docs.google.com/document/d/e/2PACX-1vS3Tn3OXVt5XVv9jBAjcJO81BWtXvZreZDOkvkH5WCU7oUyhlqe2EWZ4S51RJ9sqTfKC1SjiECRuNr5/pub">
2024 Project Proposal
</NewTabLink>{" "}
- 10.1.2024
</li>
<hr />
<li>
<NewTabLink href="https://docs.google.com/document/d/1l0ChWMDnPiDJkvFFctdpIZUheSkJ3shouFSYFIIsNW0/edit?usp=sharing">
Final Report
Expand Down Expand Up @@ -264,6 +271,13 @@ const AboutResources = () => {
</NewTabLink>
</li>
<hr />
<li>
<NewTabLink href="https://docs.google.com/presentation/d/e/2PACX-1vSGiDKCClWDm4Oj35r8sMiOp24fvbtLBQunou5uy7psD6hsxWCqOq2y7KJtC0KF4A5Lp4ypqx2WCsfE/pub?start=false&loop=false&delayms=3000">
Status Report Slides
</NewTabLink>{" "}
- 12.10.2024
</li>
<hr />
<li>
<NewTabLink href="https://docs.google.com/presentation/d/e/2PACX-1vT2RDZd5XCKPz_ecGbYOfCiQvsGsQqXxdDd_kh251djFpP3tDQLzgKj0Ts-Vwy2tosev_MQoPxq_x40/pub?start=false&loop=false&delayms=3000">
Final Presentation Slides
Expand Down
Loading