Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions 95b5d2b7938832108543b2597bba109c/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,3 @@ If you find yourself unable to import your repository due to the presence of fil
4. Run `git add -A`
5. Run `git commit`
6. Run `git push`

**Notes on dependencies**
1. Dependencies will not show up in the list of changes but will be exported/imported
2. It is your responsibility to resolve the dependencies before installing an application. ServiceNow source control will not manage these for you. In case you installed an application before installing its dependencies:
2.1 Delete the application
2.2 Activate/install all required dependencies
2.3 Re-import the application from source control
Currently listed dependencies:
* Task table schema
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?><record_update table="x_snc_hack4good_0_hack4good_proposal">
<x_snc_hack4good_0_hack4good_proposal action="INSERT_OR_UPDATE">
<focus_area>disaster</focus_area>
<notes/>
<participation>yes</participation>
<potential_impact><![CDATA[<p>My solution could streamline those who want an easy way to find local volunteer events</p>]]></potential_impact>
<problem_statement>For someone interested in volunteering, there are often too many websites you have to go to see if there are any local volunteer opportunities that fit your schedule</problem_statement>
<project_name>Local Volunteer Opportunities</project_name>
<solution_proposal><![CDATA[<h2><strong>How do you envision the ideal solution to this  problem?</strong></h2>
<p> </p>
<h3>Which ServiceNow products or capabilities would be used?</h3>
<p></p><p>A Workspace dedicated to show upcoming events and track events you have signed up for</p>
<p> </p>
<hr style="border-top: 3px solid #bbb;" />
<h3>Are there any technical dependencies for the proposed solution?</h3>
<p></p><p>Possibly integrations with calendars</p>
<p> </p>
<hr style="border-top: 3px solid #bbb;" />
<h3>What challenges would you foresee in implementing this idea?</h3>
<p></p><p>Being able to parse volunteer sites to pull the data</p>]]></solution_proposal>
<state>submitted</state>
<sys_class_name>x_snc_hack4good_0_hack4good_proposal</sys_class_name>
<sys_created_by>admin</sys_created_by>
<sys_created_on>2025-09-30 22:54:38</sys_created_on>
<sys_id>41bc31f1c3d03210d7b8bd0ed40131fb</sys_id>
<sys_mod_count>1</sys_mod_count>
<sys_name>Local Volunteer Opportunities</sys_name>
<sys_package display_value="Hack4Good Idea Submission" source="x_snc_hack4good_0">95b5d2b7938832108543b2597bba109c</sys_package>
<sys_policy/>
<sys_scope display_value="Hack4Good Idea Submission">95b5d2b7938832108543b2597bba109c</sys_scope>
<sys_update_name>x_snc_hack4good_0_hack4good_proposal_41bc31f1c3d03210d7b8bd0ed40131fb</sys_update_name>
<sys_updated_by>admin</sys_updated_by>
<sys_updated_on>2025-09-30 22:54:42</sys_updated_on>
</x_snc_hack4good_0_hack4good_proposal>
</record_update>
Loading