Skip to content

Commit

Permalink
Add finishing touches
Browse files Browse the repository at this point in the history
  • Loading branch information
AdoryVo committed Aug 8, 2023
1 parent 8de6b62 commit 53dca9b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 14 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
A tool to export your WebReg schedule to your calendars in one click.
**Export your WebReg schedule to your calendars in one click!**

![Calendarized schedule screenshot](assets/screenshot-cropped-v1.png)

Highlights:

- Adds your classes as recurring events
- Adds your finals as one time events
- Importable into calendar apps like Google Calendar, Outlook, etc.
Expand Down Expand Up @@ -33,7 +35,7 @@ A tool to export your WebReg schedule to your calendars in one click.
6. Click `Load Unpacked` and choose your unzipped folder from earlier
> ⭐️ Make sure you keep the extension folder in a permanent, safe place (don't delete or move the folder after loading it)
1. Head to your WebReg page and click on the extension. Voilà, your schedule is downloaded! 🎉
1. Head to your WebReg page and click on the extension (you may have to dropdown the extensions menu 🧩). Voilà, your schedule is downloaded! 🎉
2. Import the calendar file into your Google Calendar [here](https://calendar.google.com/calendar/u/0/r/settings/export). _Make sure to check your intended Google Account in the top right!_
3. Double-check that the calendar events created match the times on WebReg!
- If there are any inconsistencies or errors, fill out the [feedback form](https://forms.gle/nv2LUzE4SQ3fQVmX7). I will try to address them ASAP!
Expand Down
2 changes: 1 addition & 1 deletion chrome-extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Calendarize WebReg",
"description": "A tool to export your WebReg schedule to your calendars in one click.",
"description": "Export your WebReg schedule to your calendars in one click.",
"version": "1.0.1",
"action": {
"default_title": "Calendarize WebReg",
Expand Down
14 changes: 3 additions & 11 deletions dev-notes.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
# Chrome Extension
# 📝 Developer Notes

## To-do
## Chrome Extension

- [x] GitHub Workflows
- [x] Upon pushing to `chrome-extension`, zip and put it into the root directory as `calendarize-webreg-chrome.zip`
- [x] Upon pushing to `calendarize.js`, minify it and copy it to `chrome-extension`
- [x] Test extension in development (WebReg access / local WebReg page html file needed)
- [ ] (Pending!) Publish extension to Chrome Web Store
- [ ] Proofread & update README.md
- [x] Extra: Establish basic linting / formatting environment w/ ESLint & Prettier

## Resources used
### Resources used

- [Icon](https://lucide.dev/icons/calendar-plus)
- Chrome Extension docs
Expand Down

0 comments on commit 53dca9b

Please sign in to comment.