liquidvotingio / liquidvotingio/auth
Add auth key arg to LiquidVotingAuth.Release.create_org
Nobody has claimed this yet.
- Dominant language
- Elixir
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
When recreating `Demo Organization` and `Bonafide Test Organization` on new dbs, we need to keep them with the same auth keys, so that examples and smoke tests using them don't need to be updated.
As of now we're able to use the `Release` helper to create a new org, but not set the auth key itself.
In other words, we want
```
LiquidVotingAuth.Release.create_org("Demo Organization", "62309201-d2f0-407f-875b-9f836f94f2ca")
```
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the LiquidVotingAuth.Release.create_org helper and inspect how it is called for Demo Organization and Bonafide Test Organization. Done means the helper can accept the shown auth key so those organizations can be recreated with the same keys; check the examples and smoke tests mentioned in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- elixir
- Domain
- authentication, backend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100