Skip to content
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated checkbox to check off list

- [ ] Milestone 12 - Final Release
- [x] Milestone 12 - Final Release

## Authors

Expand Down
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"keywords": [],
"author": "",
"license": "ISC",
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated backend liscence

"license": "AGPL-3.0-only",
"devDependencies": {
"@faker-js/faker": "^9.6.0",
"@types/cors": "^2.8.17",
Expand Down
1 change: 1 addition & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "frontend",
"version": "0.1.0",
"private": true,
"license": "AGPL-3.0-only",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
11 changes: 10 additions & 1 deletion frontend/public/help.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<!-- Section: Home -->
# Visit our repository:
[Click here to view our source code.](https://github.com/StressLess-Team/StressLess)
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added link to repo


# Getting Started
Welcome to StressLess! Here's how you get started...

Expand Down Expand Up @@ -75,6 +78,9 @@ You can either edit your preferences in two ways


<!-- Section: dashboard/calendar -->
# 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)
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion frontend/src/components/LandingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const Home: React.FC = () => {
<h2 className="text-3xl font-bold mb-4">What is StressLess?</h2>
<p className="text-lg">
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.
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"keywords": [],
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update license in package.json

"author": "",
"license": "ISC",
"license": "AGPL-3.0-only",
"packageManager": "pnpm@10.5.2",
"devDependencies": {
"@eslint/js": "^9.21.0",
Expand Down