forked from NEU-CS3200/24su-3200-project-template
-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes #43
Open
karynayen
wants to merge
148
commits into
NEU-CS3200:main
Choose a base branch
from
karynayen:fixes
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Fixes #43
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
change project title
Added fake data generated using AI into 02_glasshusky_data.sql. Also created 01_glasshusky_ddl.sql
Saved the sql code and insert data to newly created glasshusky files
Added insert statements to college, reviewer, location, companylocation,compnayindustry, positiontargetcollege, industry, questions, answers
Creating 01_glasshusky_ddl and 02_glasshusky_data files
Created routes for industry blueprint. Set up reviewers blueprint
Created get and put routes for reviewer blueprint. Removed num_posts from glasshusky DDL since it is a derived attribute.
removed num_posts since it makes more sense that it is a derived attribute
* add additional routes and update ddl * add entry point * remove extra comma * fix DB and routes
updated routes in reviewer:\ * SELECT * in GET fn * POST~ add new reviewer * PUT ~ update new reviewer updated routes in industries: * GET all industries for testing * GET all companies associated with given industryID Removed num_posts from glasshusky_ddl
Merging Karyna's main into my branch
Revert request.get statement and removing comments
IndustryID is autoincremented so it doesn't need to be a manual add
…tions page Find Jobs and See Questions page indexed into the wrong columns so the pages showed the wrong data. Added in the old get companies route (now companies_simple) that the pages were built on so they can display the right data.
Added three pages for reviewers.
Update Readme and env template
Added frontend pages for Admin user
Added get request to companies route and updated Find Jobs and See Questions page.
changed get_answers function to get get_answer
changed /co/companies to /co/companies_simple to display just company…
remove unused company routes
Removed unused route and cleaned up Company_Ratings page
Fixed small bug thing
job_seeker --> 38_Job_Seeker and updated nav and hompage
Re-added insutryID, removed unnecessary pages, and updated job seeker
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.