OpenFn / OpenFn/lightning

Convert registration page from controller page to liveview

Open
#635 0 comments 0 reactions 1 assignee View on GitHub

@stuartc is already working on this.

Since Feb 20, 2023.

Dominant language
Elixir
Stars
296
Forks
86
Avg merge
1d 13h
Merged PRs (30d)
50

Description

Note: experience with xxxx is recommended for working on this issue <-- @stuartc could you please fill this in and then add the 'help-wanted' tag?

Details
  • Convert the user registration page (user_registration_controller) from a controller page to liveview.
  • Change the UI so that the 'Register' button is greyed out until first name, email, password and the checkbox for terms and conditions have been filled out.
Implementation notes

Ensure the session logic still works correctly

Release notes
  • turn registration page from a controller into liveview
User acceptance criteria
  • I can still register for an account, then log out and log in again.
  • I cannot register if my password does not fit the validation criteria
  • I cannot register if the email is associated to another user
  • the 'Register' button is greyed out until first name, email, password and the checkbox for terms and conditions have been filled out

Contributor guide

No contributing guide indexed for this repository

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.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.