Convert controller pages to liveview
Nobody has claimed this yet.
- Dominant language
- Elixir
- Stars
- 296
- Forks
- 86
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 50
Description
Details
There are still some pages in Lightning that are using controllers. These need to be converted to liveview.
user_auth.ex
user_confirmation_controller
user_registration_controller
user_reset_password_controller
user_session_controller
Implementation notes
See this PR for an example where this has been done before
Release notes
Convert controller pages to liveview
Contributor guide
No contributing guide indexed for this repository
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
Review the example in PR #218 first, then inspect user_auth.ex and the user_confirmation_controller, user_registration_controller, user_reset_password_controller, and user_session_controller pages. Compare their current controller flows with the existing LiveView pattern and verify that each listed page works without its controller before considering the conversion complete.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- elixir
- Domain
- frontend, web-dev
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100