OpenFn / OpenFn/lightning

Convert controller pages to liveview

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

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

  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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.