Skip to content
New issue

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

Create a credentials model and form #22

Closed
amberrignell opened this issue Mar 18, 2022 · 1 comment · Fixed by #43
Closed

Create a credentials model and form #22

amberrignell opened this issue Mar 18, 2022 · 1 comment · Fixed by #43
Assignees
Milestone

Comments

@amberrignell
Copy link
Contributor

amberrignell commented Mar 18, 2022

Create a credentials model via the live view context editor which has a

name (string)
body (map/jsonb)
The name cannot be blank, and the body must at least be {} (empty map'ish)
Create a credentials form which contains

name
body (is a textarea in json for now)
We are limiting this to the bare minimum for now, so different types of credentials etc is beyond the scope of this issue.

implementation notes

  1. text area input comes from the front-end as a string, but it must be saved in ecto as a map.
@amberrignell
Copy link
Contributor Author

Hey team! Please add your planning poker estimate with ZenHub @elias-ba @taylordowns2000 @stuartc

@elias-ba elias-ba self-assigned this Mar 23, 2022
@taylordowns2000 taylordowns2000 added this to the Sprint 1 milestone Apr 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants