Tags: Team-Diamond-Dogs/project-jobadvisor
Tags
First release. Version 1.0.0 (#10) * chore: merge develop-api into develop (#5) * gitignore node_modules * service scaffold * JobsController decorator * feat(api): Get skills ranking from job offers (#1) * changed ranking response * added endpoint to get basic information * cache manager added * env.example Co-authored-by: David Quezada <davidquezada@David-Quezadas-MacBook-Pro.local> Co-authored-by: David Quezada <david.quezada.m@gmail.com> Co-authored-by: Ricardo <infojobrc@gmail.com> * chore: merge develop-web into develop (#6) * feat(web): Add base for search forms * feat(web): update results page with new content * feat(web): update results page for skills search * chore: update develop from main (#8) * feat(data): Add docs and scripts for the Tag model * feat(data): Add docs and scripts for Tag Courses * fix(data): update columns in tags table to be less verbose Also, wrap column names in backticks * fix(data): missing column attribute in tag_courses table * feat(data): add column platform to tag_courses table * feat(scrappers): Add scrapper for Udemy courses * chore: Update README * chore: Update README (with list numbering) * fix(web): use .env file to get api endpoint url * feat(web): Add app name to the ui * Added courses * chore: Update README * fix: typo * feat(data): Add tools to load data into the database * fix(web): remove mock data and do calls against the api * chore(web): remove unused seniority filter * feat(web): update results page * chore(web): Update index.html metadata * fix(web): open links in new tabs * chore(web): remove not yet implemented use case * chore: remove not implemented features from README * feat(web): minor changes to the ui * chore: add image to readme * chore: add short demo video about the app * chore: add results example image in README * feat(web): some little extra touches to the ui * fix(web): typo in example .env Co-authored-by: David Quezada <davidquezada@David-Quezadas-MacBook-Pro.local> Co-authored-by: David Quezada <david.quezada.m@gmail.com> Co-authored-by: Ricardo <infojobrc@gmail.com>