From 40886aa815f402a7239437a8b4e64c0a7dbbc97c Mon Sep 17 00:00:00 2001 From: Braeden Sowinski Date: Tue, 16 Aug 2022 19:40:31 -0700 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b890607..67561d5 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,8 @@ this on as a full project to work on for my Software Engineering class and is no work on this till completion, starting with this API, and then the front end, learning new tricks and languages along the way. -I highly recommend looking at the testing for [schedule generation](/test/scheduleGenerator), [version 3](/test/scheduleGenerator/generator_v3.py) +I highly recommend looking at the testing for [schedule generation](/test/scheduleGenerator), version 3. +Though this has been moved to its own [repository](https://github.com/SowinskiBraeden/schedule-generator). ## Related Work @@ -29,7 +30,7 @@ for the next frontier of this project. I am now concurrently working on the [Sch The School Management Website, is going to be written using the [Next.js](https://nextjs.org/) framework. Previously the plan was to use Vue.js, and I started work on the project, which I have now decided to discontinue and archive it [here](https://github.com/SowinskiBraeden/school-management-archived). I now plan to start from scratch and use Next.js as I believe it is more -suited for this project and is more popular with its use of React.js over Vue.js. +suited for this project and is more popular with its use of React.js over Vue.js. The new repository can be found [here](https://github.com/SowinskiBraeden/school-management).
### Built With