Description
At the moment, startups in the directory have full control over what information they display on their OrgCard. But as we continue to add fields that may require validation (ie. iVenture status), we want to make sure that startups aren't changing their information too much, or without any sort of moderation.
Let's make it so that when a startup submits new information, on a successful request, Founders is somehow notified of what fields were changed. This can be through E-Mail, Discord, Slack, etc.
Steps to Solve
- Modify
handleSubmitOrg in Onboarding.js such that when a post request succeeds, we are notified.
Definition of Done
This issue will be marked as Closed when a PR is approved that accomplishes the following:
- When a user modifies their account, we are notified of all the changed fields. This can be through Slack, Discord, E-Mail, etc. Whichever is easiest to implement.
Description
At the moment, startups in the directory have full control over what information they display on their
OrgCard. But as we continue to add fields that may require validation (ie. iVenture status), we want to make sure that startups aren't changing their information too much, or without any sort of moderation.Let's make it so that when a startup submits new information, on a successful request, Founders is somehow notified of what fields were changed. This can be through E-Mail, Discord, Slack, etc.
Steps to Solve
handleSubmitOrginOnboarding.jssuch that when a post request succeeds, we are notified.Definition of Done
This issue will be marked as
Closedwhen a PR is approved that accomplishes the following: