You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fixed migrations fr this time
* Restored all my existing work
* Made form look decent
* More display changes
* More display changes
* Rebased with dev and fixed issues that resulted from that
* Form is almost done i think
* Fixed s3 uploads and file display
* Added new MP info to dashboard
* Uncommented the slackbot ping
* Fixed lint
* Renamed db column to make lint happy
* Reduced duplicate code byt moving helper funcs to utils
* Fix a sonarqube issue
* Fixed some more sonarqube issues
* Added default values for s3 related env vars
* Added S3 creds info to readme
* updated readme info
* Added message to migrations
* Fixed bad mobile styling and also s3 issue
* Made the links input and dropzone each be half the full row width
* Changed replace to replaceAll
* changed loop method to make sonarqube happy
* Made form fields required and fixed skill tag error
* Fixed dashboard divider issue
* Fixed links not having tall enough line height on mobile
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,20 @@ OIDC_CLIENT_CONFIG = {
24
24
}
25
25
```
26
26
27
+
#### Add S3 Config
28
+
An S3 bucket is used to store files that users upload (currently just for major project submissions). In order to have this work properly, you need to provide some credentials to the app.
29
+
30
+
There are 2 ways that you can get the needed credentials.
31
+
1. Reach out to an RTP for creds to the dev bucket
32
+
2. Create your own bucket using [DEaDASS](https://deadass.csh.rit.edu/), and the site will give you the credentials you need.
0 commit comments