-
Notifications
You must be signed in to change notification settings - Fork 21
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
Add Notion-Integrated External Opportunities Board to the Resources Page #363
Merged
+2,133
−4,059
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
* add external opportunities grid on resources page * add external opportunities grid on resources page * change to using color variables in css files
* Make external opportunities modal * Remove comments * Render colors dynamically * Change modal to single component * Remove comments * Fix card styling * Fix opportunity card styling
* Finish Kirthi member card * express + data access functions in ExternalOpps.js + packages were added * .env * ignored node_modules in server folder? * git rmed node_modules * add necessary dependencies and rm unnecessary files --------- Co-authored-by: inolasv <[email protected]>
* added server into src * reconfigured package.jsons * added a time filter * trying to merge
* added server into src * reconfigured package.jsons * added a time filter * database switch * error handling in External Opps, added section to display when this happens based on master * cloud message fit
* Write fetched data to JSON file * Formatting * Use functions to get data * Clean up code * Remove from history * Update gitignore
* opportunities are sorted in the modal * rmed externalOpportunities.json
* opportunities are sorted in the modal * rmed externalOpportunities.json * prettier for sort
* Make UI changes * Make repsonsive layout
* concurrently for build, .env in workflow * changed formatting
* added link to full resources below external opps in resources.js * update external opp notion link --------- Co-authored-by: Saloni Vaishnav <[email protected]> Co-authored-by: inolasv <[email protected]>
* add external opportunities grid on resources page * add external opportunities grid on resources page * change to using color variables in css files
* Make external opportunities modal * Remove comments * Render colors dynamically * Change modal to single component * Remove comments * Fix card styling * Fix opportunity card styling
* added server into src * reconfigured package.jsons * added a time filter * trying to merge
* added server into src * reconfigured package.jsons * added a time filter * database switch * error handling in External Opps, added section to display when this happens based on master * cloud message fit
* Write fetched data to JSON file * Formatting * Use functions to get data * Clean up code * Remove from history * Update gitignore
* opportunities are sorted in the modal * rmed externalOpportunities.json
* opportunities are sorted in the modal * rmed externalOpportunities.json * prettier for sort
* Make UI changes * Make repsonsive layout
* concurrently for build, .env in workflow * changed formatting
* added link to full resources below external opps in resources.js * update external opp notion link --------- Co-authored-by: Saloni Vaishnav <[email protected]> Co-authored-by: inolasv <[email protected]>
…llinoisWCS.github.io into notion-integration
firmianaw
approved these changes
Feb 25, 2025
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.
Status: 🚀
Description
Integrating the work of @ziaxlu and @kikis05 into the main website, in order to display the notion external opportunities board natively on the WCS website using the Notion API.
note: this branch also contains some cleanup and removal of old/unnecessary files and code
Screenshots