GitXplorerGitXplorer
G

WorkdayScheduleExporter

public
1 stars
0 forks
1 issues

Commits

List of commits on branch main.
Verified
09a7972441c2d6d8e8ab16cf246d7a11a7b19362

Update and fix exporter (#12)

ZZenIsBestWolf committed a year ago
Verified
88bde34dd098855390880889e595d81111256292

Merge pull request #8 from GregoryConrad/dropped-course-fix

GGregoryConrad committed 3 years ago
Unverified
0e4382f4d609541c747d57850359408f88eb7752

Added better fix

GGregoryConrad committed 3 years ago
Unverified
1d49fc9ea2fc19becd517da8fb5808d7841406db

Added dropped courses fix

GGregoryConrad committed 3 years ago
Unverified
03cbcf3b7f944ed832a1484a92b6cbf3da1fb12e

Bumped version number

GGregoryConrad committed 3 years ago
Verified
9ebb11873edc5a47c1eccc82b71595bc8d46d4eb

Merge pull request #7 from GregoryConrad/fix-artifcat-path

GGregoryConrad committed 3 years ago

README

The README file for this repository.

Workday Schedule Exporter

Created by Gregory Conrad Extension Screenshot Meant for use with WPI's Workday instance; not sure if this extension will work with other schools' Workday. If not, it should be easily adaptable in src/parser.ts (feel free to make a PR!).

Usage

  1. Install the extension on Chrome or on Firefox
  2. Go to Workday
  3. Click "Academics"
  4. Click "View My Courses" on the right sidebar under "Planning & Registration"
  5. Click the "Download Schedule" button
  6. Enjoy your downloaded schedule

Project Setup

To get started:

  • npm install
  • npm run build (also configured as a VS Code build task)