Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Scrape data Scraping data from RPI Catalog using scrapestorm * Create gradetamplate.vue * Create to_json.py * JSON converter * parser for pathway and clean data * front-end of pathway * some UI change * styling * Update Pathway.vue * UI changes * scraper for major requirements * Update major_scrap.py * get URL for 2021majors * major_scrap updated Debugged with Harry Tan * Update major_scrap.py * updated major_scrap to generate a list of postgresql commands * a list of postgreSQL command of major requirement information * Turning the data into postgresSQL * Update major_scrap.py * Create pathwayV2.json * Update pathwayV2.json Co-Authored-By: YTWTY <90935565+YTWTY@users.noreply.github.com> * get started with new Pathway UI * Completed categorized Pathway UI, but still need to work on click event * tried to implement the click event * moved everything into one vue file; deleted pathway.json and pathwaycomponent.vue (which is combined into pathway.vue) * Update pathwayV2.json updated some new pathways on rpi website * add ability to change list order * Update CoursePage.vue * Update Pathway.vue * create alphabetCols function alphabetCols function is used to split Pathways in alphabet categories. * List Pathways by Alphabet List Pathways by Alphabet using alphabetCols function. * remove debug log * change the color for category title * change the arrangement for categories names the arrangement for the categories name will be up to down, instead of left to right * sort pathways sort pathways in alphabet order for each categories * optimize Pathway User interface Move the change category button to the left side of the page. Change color and background color of the button. Remove guide messages at the bottom. Co-Authored-By: Harry Tan <32246618+DarknessUnder@users.noreply.github.com> * add some comments * Alpha order (#549) * Update Pathway.vue * create alphabetCols function alphabetCols function is used to split Pathways in alphabet categories. * List Pathways by Alphabet List Pathways by Alphabet using alphabetCols function. * remove debug log * sort pathways sort pathways in alphabet order for each categories * optimize Pathway User interface Move the change category button to the left side of the page. Change color and background color of the button. Remove guide messages at the bottom. Co-Authored-By: Harry Tan <32246618+DarknessUnder@users.noreply.github.com> * add some comments Co-authored-by: Harry Tan <32246618+DarknessUnder@users.noreply.github.com> * delete things * Merge branch 'master' of https://github.com/YACS-RCOS/yacs.n * change the margin of the popup window when click the specific pathway Co-authored-by: zwirvinpeng <zwirvinpeng99@gmail.com> Co-authored-by: Jimmers2001 <38543433+Jimmers2001@users.noreply.github.com> Co-authored-by: Jane Zou <75590646+jxlyn@users.noreply.github.com> Co-authored-by: YTWTY <90935565+YTWTY@users.noreply.github.com> Co-authored-by: katherineweng <kaiyaoweng@gmail.com> Co-authored-by: YTWTY <azaz09.wty@gmail.com>
- Loading branch information