Added zoom meetings schema, constraints and test cases.#186
Open
bakugou123-ai wants to merge 8 commits into
Open
Added zoom meetings schema, constraints and test cases.#186bakugou123-ai wants to merge 8 commits into
bakugou123-ai wants to merge 8 commits into
Conversation
* created the news snippet table (#165) (#166) * Create news_snippets table in database * Add news snippet for Volunteer Drive Success * Insert news snippet and update profile links Added an insert command for a new news snippet and an update command to append profile links. * Update volunteer names in news snippets SQL * add trigger to news_snippets (#169) * created the news snippet table (#165) * Create news_snippets table in database * Add news snippet for Volunteer Drive Success * Insert news snippet and update profile links Added an insert command for a new news snippet and an update command to append profile links. * Update volunteer names in news snippets SQL * Pallavi 158 create news snippet * Create news_snippets table in database * Add news snippet for Volunteer Drive Success * Insert news snippet and update profile links Added an insert command for a new news snippet and an update command to append profile links. * Update volunteer names in news snippets SQL * Add trigger for updating last_updated_at timestamp
trigger update to table news snippets
* add trigger to news_snippets (#170) * created the news snippet table (#165) (#166) * Create news_snippets table in database * Add news snippet for Volunteer Drive Success * Insert news snippet and update profile links Added an insert command for a new news snippet and an update command to append profile links. * Update volunteer names in news snippets SQL * add trigger to news_snippets (#169) * created the news snippet table (#165) * Create news_snippets table in database * Add news snippet for Volunteer Drive Success * Insert news snippet and update profile links Added an insert command for a new news snippet and an update command to append profile links. * Update volunteer names in news snippets SQL * Pallavi 158 create news snippet * Create news_snippets table in database * Add news snippet for Volunteer Drive Success * Insert news snippet and update profile links Added an insert command for a new news snippet and an update command to append profile links. * Update volunteer names in news snippets SQL * Add trigger for updating last_updated_at timestamp * Update help_categories.csv with new entries * Fix formatting in help_categories_map.csv * Update req_add_info_metadata.csv with new fields Added new fields to req_add_info_metadata.csv for additional data collection. * Update print statement from 'Hello' to 'Goodbye' * Update list_item_metadata
* updated the help categories csv files (#173) * add trigger to news_snippets (#170) * created the news snippet table (#165) (#166) * Create news_snippets table in database * Add news snippet for Volunteer Drive Success * Insert news snippet and update profile links Added an insert command for a new news snippet and an update command to append profile links. * Update volunteer names in news snippets SQL * add trigger to news_snippets (#169) * created the news snippet table (#165) * Create news_snippets table in database * Add news snippet for Volunteer Drive Success * Insert news snippet and update profile links Added an insert command for a new news snippet and an update command to append profile links. * Update volunteer names in news snippets SQL * Pallavi 158 create news snippet * Create news_snippets table in database * Add news snippet for Volunteer Drive Success * Insert news snippet and update profile links Added an insert command for a new news snippet and an update command to append profile links. * Update volunteer names in news snippets SQL * Add trigger for updating last_updated_at timestamp * Update help_categories.csv with new entries * Fix formatting in help_categories_map.csv * Update req_add_info_metadata.csv with new fields Added new fields to req_add_info_metadata.csv for additional data collection. * Update print statement from 'Hello' to 'Goodbye' * Update list_item_metadata * Volunteer onboarding trigger (#176) * Updated volunteer_details and user_skills DDL; removed deprecated tables * Normalize user_skills and update volunteer_details schema * Change user_id type from uuid to VARCHAR(255) * Add volunteer_applications DDL with acceptance trigger * Update volunteer tables: VARCHAR user_id, govt_id_path2, cleanup fields * Fix acceptance trigger to avoid duplicate volunteer_details insert * Add test case script for volunteer onboarding trigger * volunteer_applications table and triggers * volunteer_details table schema * user_skills table schema Removed foreign key constraints and added updated_at column. * Refactor volunteer_applications table and add triggers Added application status enum and updated volunteer_applications table structure with new fields and defaults. Created triggers for handling updates and application acceptance. * Update volunteer_details table structure and indexes Added default values for timestamps and created indexes for availability days and times. * Modify user_skills table structure and add triggers * Add SQL test cases for volunteer onboarding process This SQL script contains test cases for verifying the functionality of the volunteer onboarding process, including audit timestamps, volunteer acceptance, skill search performance, and availability search. * Refactor SQL test cases for volunteer onboarding * Refactor updated_at_handler for volunteer applications * Delete script-library/tests/volunteer_onboarding_trigger_test.sql --------- Co-authored-by: Joshitha Sai Uppalapati <uppalapatijoshithasai@gmail.com> --------- Co-authored-by: Joshitha Sai Uppalapati <uppalapatijoshithasai@gmail.com>
Contributor
This file contains hidden or 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
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.


Summary
Implemented Zoom meetings schema and participant mapping tables.
Changes
meetingstable with:users(user_id)meeting_participantstable with:Test Location
script-library/tests/zoom_tables_test_cases.sql