User category mapping 211#216
Open
Gabbaraju09 wants to merge 11 commits into
Open
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
Merge pull request #172 from saayam-for-all/dev
* updated the help categories csv files (#173) (#174) * 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 (#177) * 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> --------- Co-authored-by: Joshitha Sai Uppalapati <uppalapatijoshithasai@gmail.com>
* updated the help categories csv files (#173) (#174) * 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 (#177) * 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> * Test (#198) * 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> * 196 req add info table pallavi (#197) * 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 * updated the help categories csv files (#173) (#174) (#175) * Volunteering Onboarding (#178) * updated the help categories csv files (#173) (#174) * 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 (#177) * 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> --------- Co-authored-by: Joshitha Sai Uppalapati <uppalapatijoshithasai@gmail.com> * Create req_add_info table with new structure Replaced existing table definition with a new structure that includes an 'item_id' field and unique constraints. * Remove comment on insertion from ddl_req_add_info.sql Removed comment about insertion method. --------- Co-authored-by: Joshitha Sai Uppalapati <uppalapatijoshithasai@gmail.com> --------- Co-authored-by: Joshitha Sai Uppalapati <uppalapatijoshithasai@gmail.com> --------- Co-authored-by: Joshitha Sai Uppalapati <uppalapatijoshithasai@gmail.com>
* updated the help categories csv files (#173) (#174) * 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 (#177) * 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> * Test (#198) * 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> * 196 req add info table pallavi (#197) * 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 * updated the help categories csv files (#173) (#174) (#175) * Volunteering Onboarding (#178) * updated the help categories csv files (#173) (#174) * 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 (#177) * 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> --------- Co-authored-by: Joshitha Sai Uppalapati <uppalapatijoshithasai@gmail.com> * Create req_add_info table with new structure Replaced existing table definition with a new structure that includes an 'item_id' field and unique constraints. * Remove comment on insertion from ddl_req_add_info.sql Removed comment about insertion method. --------- Co-authored-by: Joshitha Sai Uppalapati <uppalapatijoshithasai@gmail.com> --------- Co-authored-by: Joshitha Sai Uppalapati <uppalapatijoshithasai@gmail.com> * Refractor Org tables (#200) * 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> * 196 req add info table pallavi (#197) * 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 * updated the help categories csv files (#173) (#174) (#175) * Volunteering Onboarding (#178) * updated the help categories csv files (#173) (#174) * 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 (#177) * 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> --------- Co-authored-by: Joshitha Sai Uppalapati <uppalapatijoshithasai@gmail.com> * Create req_add_info table with new structure Replaced existing table definition with a new structure that includes an 'item_id' field and unique constraints. * Remove comment on insertion from ddl_req_add_info.sql Removed comment about insertion method. --------- Co-authored-by: Joshitha Sai Uppalapati <uppalapatijoshithasai@gmail.com> * Refactor Organization Schema and Implement org_skills Junction Table (#195) * 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 * updated the help categories csv files (#173) (#174) (#175) * Volunteering Onboarding (#178) * updated the help categories csv files (#173) (#174) * 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 (#177) * 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> --------- Co-authored-by: Joshitha Sai Uppalapati <uppalapatijoshithasai@gmail.com> * Update organizations table schema and functions * Add files via upload * Refactor organizations table structure and constraints This migration script updates the organizations table by removing old indexes and constraints, dropping unused columns and ENUMs, creating a new ENUM, and adding new columns with constraints. It also modifies existing columns and re-creates updated indexes. * Add is_collaborator column to organizations table * Add new columns to organizations table Added new columns 'org_size' and 'is_collaborator' to the organizations table. --------- Co-authored-by: Joshitha Sai Uppalapati <uppalapatijoshithasai@gmail.com> --------- Co-authored-by: Joshitha Sai Uppalapati <uppalapatijoshithasai@gmail.com> --------- Co-authored-by: Joshitha Sai Uppalapati <uppalapatijoshithasai@gmail.com>
spell check readme for typo's
Added new entries to ddl_req_add_info table.
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.
created user category mapping table and also created test scripts