We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently we have a way to create a draft investor / stakeholder update.
Save and continue has three options
Save and continue
This issue is to implement Share this update, and here is what we need to do
Share this update
When the Share this update option is clicked, open a modal (we have a modal component you can use)
Create an input with dropdown to select multiple stakeholder
Lets use this multi select component for this https://shadcn-extension.vercel.app/docs/multi-select
to support multi select (meaning, admin should be able to select multiple stakeholders)
Above all, on the dropdown list, lets have an additional option All stakeholders which will then select all the ones on the drop down list.
All stakeholders
Use trigger.dev (already configured on our app) to send stakeholders an email with the content. Email should look similar to this UI
Create a toggle to make it public https://github.com/opencapco/opencap.co/blob/caa4f7d741fb119a6dd69fe76b85e9a102000b2a/prisma/schema.prisma#L690
When and if its made public
https://localhost:3000/updates/publicId
isPublic: false
404
update#html
The text was updated successfully, but these errors were encountered:
CAP-63 Send an investor / stakeholder update
Sorry, something went wrong.
@dahal Can you assign this to me ?
Raju-kadel-27
Successfully merging a pull request may close this issue.
Currently we have a way to create a draft investor / stakeholder update.
Save and continue
has three optionsThis issue is to implement
Share this update
, and here is what we need to doWhen the
Share this update
option is clicked, open a modal (we have a modal component you can use)Create an input with dropdown to select multiple stakeholder
Lets use this multi select component for this https://shadcn-extension.vercel.app/docs/multi-select
to support multi select (meaning, admin should be able to select multiple stakeholders)
Above all, on the dropdown list, lets have an additional option
All stakeholders
which will then select all the ones on the drop down list.Use trigger.dev (already configured on our app) to send stakeholders an email with the content. Email should look similar to this UI
Create a toggle to make it public
https://github.com/opencapco/opencap.co/blob/caa4f7d741fb119a6dd69fe76b85e9a102000b2a/prisma/schema.prisma#L690
When and if its made public
https://localhost:3000/updates/publicId
for now.isPublic: false
render404
Else render the- Done on feat: create a sharable investor update page #211update#html
on the page with author's avatar and company name/logo.The text was updated successfully, but these errors were encountered: