Skip to content

Wiscoursealert automatically notifies you when the course becomes open.

License

Notifications You must be signed in to change notification settings

wiscoursealert/wiscoursealert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wiscoursealert is a system that automatically update section availibility and notify students at the University of Wisconsin-Madison. This repo contains the source code and documentation powering wiscoursealert.com.

Getting started

Prerequisites and installation

Please check out subdirectories frontend, backend and mock-api for more details on each of the components.

Contributing

Guidelines

The documentation is divided into several sections with a difference purpose. You might find it helpful to get familiar with the project and contributing guidelines for the appropriate sections.

Create a branch

  1. git checkout main from any folder in your local wiscoursealert repository
  2. git pull origin main to ensure you have the latest main code
  3. git checkout -b the-name-of-my-branch (replacing the-name-of-my-branch with a suitable name) to create a branch

Test the change

If possible, test any visual changes in all latest versions of common browsers, on both desktop and mobile.

Push it

  1. git add -A && git commit -m "My message" (replacing My message with a commit message, such as Fix header logo on Android) to stage and commit your changes
  2. git push my-fork-name the-name-of-my-branch
  3. Go to the wiscoursealert repo and you should see recently pushed branches.
  4. Follow GitHub's instructions.
  5. If possible, include screenshots of visual changes. A preview build is triggered after your changes are pushed to GitHub.

License

The MIT License (MIT)

Copyright (c) 2022 Wiscoursealert

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Wiscoursealert automatically notifies you when the course becomes open.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published