Skip to content

Commit

Permalink
added 2024 proposal and proposal and status report
Browse files Browse the repository at this point in the history
  • Loading branch information
wahrheit319 committed Dec 17, 2024
1 parent fb402ca commit 59b9ef5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
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

0 comments on commit 59b9ef5

Please sign in to comment.