Improve UX of join requests and fix minor bugs #492
No reviewers
Labels
No labels
bug
duplicate
enhancement
help wanted
high priority
invalid
L
low priority
M
medium priority
needs refinement
optional
question
S
UX Improvement
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: local-it/mitgliederverwaltung#492
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "bugfix/480-fix-minor-bugs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description of the implemented changes
The changes were:
This PR improves the join-request flow and presentation quality, fixes several data-display issues in join/join-request screens, and adds a usability improvement in global settings (directly opening the join link). It also includes dependency updates and changelog maintenance.
What has been changed?
JoinLive) now renders inputs based on actual field types (including checkbox/date/number/email behavior instead of generic text-only handling).JoinRequestLive.Show) now:on/true/1,off/false/0) as localizedYes/No,dl/dt/ddstructure for label/value rows).target="_blank",rel="noopener noreferrer", ARIA label).default.pot,en,de) for new UI strings.mix.lock,mix.exs, CI/renovate-related updates).CHANGELOG.mdentries for unreleased changes.Definition of Done
Code Quality
Accessibility
Testing
Additional Notes
lib/mv_web/live/join_live.ex: input type derivation and custom field lookup strategy (authorize?: falseread path used intentionally for field metadata).lib/mv_web/live/join_request_live/show.ex: value-formatting logic (especially backward compatibility for legacyform_datapayloads).lib/mv_web/live/global_settings_live.ex: external-link behavior and accessibility attributes.