From 8215ed7d31e12b9a6158a12aca69a48dcd488157 Mon Sep 17 00:00:00 2001 From: Tim Yu Date: Wed, 14 May 2025 17:19:34 -0500 Subject: [PATCH 1/3] Updated license in package.json --- backend/package.json | 2 +- frontend/package.json | 1 + package.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/backend/package.json b/backend/package.json index 45d0f68e..1ebbefe8 100644 --- a/backend/package.json +++ b/backend/package.json @@ -12,7 +12,7 @@ }, "keywords": [], "author": "", - "license": "ISC", + "license": "AGPL-3.0-only", "devDependencies": { "@faker-js/faker": "^9.6.0", "@types/cors": "^2.8.17", diff --git a/frontend/package.json b/frontend/package.json index 441191f2..344ae348 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -2,6 +2,7 @@ "name": "frontend", "version": "0.1.0", "private": true, + "license": "AGPL-3.0-only", "scripts": { "dev": "next dev", "build": "next build", diff --git a/package.json b/package.json index c6eb4603..f6fade8d 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "keywords": [], "author": "", - "license": "ISC", + "license": "AGPL-3.0-only", "packageManager": "pnpm@10.5.2", "devDependencies": { "@eslint/js": "^9.21.0", From 43e9d29c4d5e38ae15def8be7bb46b0d3f5d0633 Mon Sep 17 00:00:00 2001 From: Tim Yu Date: Wed, 14 May 2025 17:49:07 -0500 Subject: [PATCH 2/3] Added link to source code in help page --- frontend/public/help.md | 11 ++++++++++- frontend/src/components/LandingPage.tsx | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/frontend/public/help.md b/frontend/public/help.md index d1091d61..576582fa 100644 --- a/frontend/public/help.md +++ b/frontend/public/help.md @@ -1,4 +1,7 @@ +# Visit our repository: +[Click here to view our source code.](https://github.com/StressLess-Team/StressLess) + # Getting Started Welcome to StressLess! Here's how you get started... @@ -75,6 +78,9 @@ You can either edit your preferences in two ways +# Visit our repository: +[Click here to view our source code.](https://github.com/StressLess-Team/StressLess) + # Custom Scheduling ## How Do I Create My Custom Schedule? 1. Make sure all of your user preferences are filed out in the profile page (See *How Do I Edit My Preferences in the Survey* on the user help guide on the profile page) @@ -164,11 +170,13 @@ Some example of deadlines include ## How Do I Change the Day of an Event or Deadline? +*Note: Non-functional feature. Changes are not saved to backend.* 1. You can be in either weekly or monthly mode 2. Change the day by dragging the event to the new desired day ## How Do I Change The Time of an Event? +*Note: Non-functional feature. Changes are not saved to backend.* 1. Make sure you are in weekly mode 2. If you aren’t in weekly mode, switch to weekly mode by clicking on the week button in the upper right hand corner above the calendar @@ -183,6 +191,7 @@ Some example of deadlines include 2. Drag the arrow down to make the event longer and drag the arrow up to make the event shorter ## How Do I Lengthen or Shorten How Many Days an Event is? +*Note: Non-functional feature. Changes are not saved to backend.* 1. Make sure you are in monthly mode 2. If you aren’t in monthly mode, switch to monthly mode by clicking on the week button in the upper right hand corner above the calendar @@ -200,4 +209,4 @@ Some example of deadlines include ## How Do I Sign Out? 1. Click on the sidebar icon on the upper lefthand corner on either the user profile or calendar page 2. Find the profile and calendar buttons on the left and look underneath those buttons in the bottom lefthand corner of the sidebar for the sign out button -3. Click on the sign out button to log out of your account +3. Click on the sign out button to log out of your account \ No newline at end of file diff --git a/frontend/src/components/LandingPage.tsx b/frontend/src/components/LandingPage.tsx index b6b62ede..aa7b6439 100644 --- a/frontend/src/components/LandingPage.tsx +++ b/frontend/src/components/LandingPage.tsx @@ -69,7 +69,7 @@ const Home: React.FC = () => {

What is StressLess?

StressLess is an app that helps you plan out your semester based - off your sleep time, blocked class time, study preferences + off your sleep time, blocked class time, and study preferences instantly.

From f4179452c017cbbdda72c98a3e91a865971916ed Mon Sep 17 00:00:00 2001 From: Tim Yu Date: Wed, 14 May 2025 17:51:50 -0500 Subject: [PATCH 3/3] Updated milestones in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ae656fa..aa7dc957 100644 --- a/README.md +++ b/README.md @@ -372,7 +372,7 @@ For more information, see the [Docker Guide](docs/dev%20docs/docker-guide.md). - [x] Milestone 9 - Code Review and demo - [x] Milestone 10 - Bug logging - [x] Milestone 11 - Final Presentation -- [ ] Milestone 12 - Final Release +- [x] Milestone 12 - Final Release ## Authors