yacs.n
yacs.n copied to clipboard
YACS - with support for multi semester and partial semesters
**Issue** Closes #819 Changed the Prev and Next buttons in the schedule so that if the user holds the button it automatically goes through all the schedules. **Photos** after: 
**Job** Switch from Vue-CLI & WebPack to Vite, which is a newer and better supported way of devleoped and compiling the frontend. **Describe a possible solution** Switch to Vite. https://vitejs.dev/
**Job** holding down the "next" or "prev" button lets you scroll through the generated schedules fast/automatically until you let go. there should be some time delay to distinguish between click...
**Describe a possible solution** Scrape information from finals for fall 2023 **Context** We don't have a scraper for finals **Link**: https://rpi.app.box.com/s/fzvixjqnzhfdkxxtw4js6i10xsquluhq
**Job** Right now, the export data only exists for the homepage schedule. I want to add it to the final exams page, so students can export their finals schedule to...
**Issue** closes #794 **Test Procedure** 1. Add 2 or more courses that have conflicting schedules. 2. Go to the "selected courses" tab and expand a course. 3. You should be...
**Issue** > closes #785 > Added copy to clipboard feature by clicking on the CRN itself. Displays "click to copy" on hover, and displays green "Copied!" message upon click. **Photos**...
**Issue** Note which issue number(s) this Pull Request closes. All pull requests should close an issue, if one does not exists, make one. This helps us plan and discuss before...
**Job** Improve UI and dropdown of courses **Describe a possible solution** Sort by years (Fall, Summer, Spring) 
**Describe a possible solution** Change from npm install to npm ci so we don't reinstall certain dependencies. **Context**