Chore: Tidy Drag & Drop Code for Consistency #416
Labels
chore
a tedious but necessary task often paying technical debt
elixir
Pull requests that update Elixir code
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
T2h
Time Estimate 2 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 code in
assets/js/app.js
,lib/app_web/live/app_live.html.heex
andlib/app_web/live/app_live.ex
has inconsistent naming of events and variables ... 🙃e.g:
mvp/assets/js/app.js
Lines 35 to 58 in a7408a1
"remove-highlight"
should be"remove_highlight"
and"dragoverItem"
should be"dragover_item"
for consistency.Todo
test/app_web/live/app_live_test.exs
and update for consistency. 👩💻The text was updated successfully, but these errors were encountered: