Let's enhance a simple, two-page recipe portal that lets you search and view recipes. What if you could rate or comment on the recipe, send a survey, track variations, etc. Also, if you make a change, go ahead and add a new recipe to the app for everyone. Additionally, if you want to know how to build this experience from scratch, check out CCL1072.
🔔🔔🔔
CONTRIBUTORS must follow all guidelines in CONTRIBUTING.md or run the risk of having your Pull Requests labeled as spam.
*NEW: If you are trying to make changes to an existing page, instead of directly editing the page, duplicate the page into a new variant and make your changes in the variant. Do not edit existing pages!
🔔🔔🔔
- Fork this repo
- Go to your ServiceNow instance
- Go to
System Applications
=>Studio
- Once Studio loads, select
Import From Source Control
- Use your forked repo to Import your application
- Make updates to the application
- In Studio, commit your changes to source control
- Submit a pull request to the ServiceNowNextExperience/hacktoberfest22-recipes
main
branch
Once imported, you can view the experience by going to https://your_instance_name
.service-now.com/now/recipe-db/
Along with new features, or any issues that appear in this repo's issues tab, we welcome you to simply submit a recipe with a picture too!
- Go to the recipe-db page on your instance (see above)
- Submit a new recipe with a picture
- Open the application in App Engine Studio (AES)
- In the data section, click the preview button on the Recipe row
- Check the checkbox next to the recipe record you added in the recipe list
- Right click on the list header and choose "Create Application Files"
- Choose "New install and upgrades" and select OK
- Via AES or Studio, commit your changes and open a new Pull Request!