liquidvotingio / liquidvotingio/auth

Add auth key arg to LiquidVotingAuth.Release.create_org

Open
#46 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.