CHORE: DRY/componentize app_live.html.heex
#105
Labels
BLOCKED
:fire: Core team's HIGHEST priority, blocking critical work
chore
a tedious but necessary task often paying technical debt
enhancement
New feature or enhancement of existing functionality
help wanted
If you can help make progress with this issue, please comment!
priority-2
Second highest priority, should be worked on as soon as the Priority-1 issues are finished
T4h
Time Estimate 4 Hours
tech-debt
A feature/requirement implemented in a sub-optimal way & must be re-written
technical
A technical issue that requires understanding of the code, infrastructure or dependencies
At present the
lib/app_web/live/app_live.html.heex
file has a few bits of repeated nearly identical code. 🙄This was done in the interest of speed but is not very maintainable and requires lots of scrolling.
Todo
<form>
,<button>
andtimer
into reusable components.Please see: https://hexdocs.pm/phoenix_live_view/Phoenix.LiveComponent.html
Note: please wait for #89 / #90 to be complete/merged before tackling this. 🙏 ⏳And if you are undertaking this chore, please document all the steps with instructions in the
README.md
📝The text was updated successfully, but these errors were encountered: