Add feature to assign notes to secrets #116
Labels
good first issue
Good for newcomers
help wanted
Extra attention is needed
scope: api
Everything related to the API
type: enhancement
New feature or request
Milestone
Description
We would like all secrets to have an extra property called notes. This would allow the users to add a custom note to the secret (and configuration #91) so that they can relate to it better. This note would be editable by other users with permitted roles in the workspace as well.
Solution
Secret
model in theprisma.schema
filecreate.secret.ts
.secret.service.ts
.Alternatives
None
Additional context
The files to update can be found under:
apps/api/src/secret
apps/api/src/prisma
The text was updated successfully, but these errors were encountered: