-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #444 from cornell-dti/master
Public Release v1.0.0
- Loading branch information
Showing
280 changed files
with
181,231 additions
and
24,217 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
# Auto detect text files and perform LF normalization | ||
* text=auto | ||
src/requirements/decorated-requirements.json linguist-generated=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,81 @@ | ||
# CoursePlan | ||
|
||
Access CoursePlan at [courseplan.io](http://courseplan.io "courseplan.io") | ||
Access CoursePlan at [courseplan.io](http://courseplan.io 'courseplan.io') | ||
|
||
CoursePlan is a four-year academic planner for Cornell undergraduates developed by the Design & Tech Initiative. CoursePlan helps undergraduates track their courses and their requirements automatically depending on their college, major, and minor. It aims to allow students view the big picture of their time at Cornell. | ||
|
||
View documentation on updating requirements data. | ||
|
||
## Project installation | ||
|
||
``` | ||
npm install | ||
``` | ||
|
||
## Run locally | ||
|
||
``` | ||
npm run serve | ||
``` | ||
|
||
Then access http://localhost:8080/ | ||
|
||
## Contributors | ||
|
||
### SP21 | ||
|
||
- **Hahnbee Lee** - Developer | ||
- **Will Spencer** - Developer | ||
- **Jason Tung** - Developer | ||
- **Nikita Kasumov** - Developer | ||
- **Sam Zhou** - Developer | ||
- **Ben Shen** - Developer | ||
- **Yuxuan Chen** - Designer | ||
- **Cristie Huang** - Designer | ||
- **Theresa Cho** - TPM | ||
- **Ein Chang** - PM | ||
|
||
### FA2020 | ||
|
||
- **Hahnbee Lee** - Developer | ||
- **Theresa Cho** - Developer | ||
- **Rose Zhou** - Developer | ||
- **Sam Zhou** - Developer | ||
- **Ben Shen** - Developer | ||
- **Ein Chang** - Developer/Designer | ||
- **Yuxuan Chen** - Designer | ||
- **Will Spencer** - TPM | ||
- **Han Wang** - PM | ||
|
||
### SP20 | ||
|
||
- **Theresa Cho** - Developer | ||
- **Rose Zhou** - Developer | ||
- **Ayesha Gagguturi** - Developer | ||
- **Sam Zhou** - Developer | ||
- **Ein Chang** - Developer/Designer | ||
- **Emily Chan** - Designer | ||
- **Yuxuan Chen** - Designer | ||
- **Shane Yun** - Designer | ||
- **Chris Lee** - Designer | ||
- **Kathleen Xu** - PMM | ||
- **Will Spencer** - TPM | ||
- **Han Wang** - PM | ||
|
||
### FA19 | ||
|
||
- **Theresa Cho** - Developer | ||
- **Ayesha Gagguturi** - Developer | ||
- **Bryant Lee** - Developer | ||
- **Will Spencer** - Developer | ||
- **Ein Chang** - Designer | ||
- **Emily Chan** - Designer | ||
- **Shane Yun** - Designer | ||
- **Chris Lee** - Designer | ||
- **Brandon Hong** - PMM | ||
- **Boon Palipatana** - TPM | ||
- **Han Wang** - PM | ||
|
||
### Customize configuration | ||
See [Configuration Reference](https://cli.vuejs.org/config/). | ||
|
||
See [Configuration Reference](https://cli.vuejs.org/config/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
module.exports = { | ||
presets: [['@babel/preset-env', { targets: { node: 'current' } }], '@babel/preset-typescript'], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.