Review activity-creation affordance against p'a semana — reduce low-effort posts #53
Labels
No labels
app:activities
app:chat
app:events
app:forum
app:libra
app:market
app:restaurant
app:tasks
app:wallet
app:webapp
bug
enhancement
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
aiolabs/webapp#53
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Context
The activities standalone currently exposes a top-right
+ Create Eventbutton (ActivitiesPage.vue:81-88) that's one tap away from the main feed. Combined with the form being relatively quick to fill, this makes it too easy to create low-effort or duplicate activities — diluting the signal in the feed.The reference app p'a semana has a different model that's worth studying: activity creation is somewhat hidden / requires more deliberate intent, which seems to act as a quality filter without blocking power users.
Scope
docs/.CreateEventDialog,ActivitiesPagecreate button, the form schema in the activities module.Why now
Surfaced while solving HubPill collision with the top-right Create button (#41 fix). Rather than perpetually arbitrate top-right real estate between the launcher icon and the Create button, the better question is whether Create should live in the top-right at all. We're moving HubPill to bottom-left for now to unblock; this issue captures the deeper Create-flow rethink.
Out of scope
Acceptance
docs/has a short comparison doc: p'a semana vs. our flow.Two more design directions to incorporate:
1. Reconsider whether Create belongs on the bottom navbar at all.
We just moved Create into the activities standalone bottom nav as a stopgap (it was overlapping with HubPill in the top-right header). But the bottom nav's primary purpose is high-frequency navigation — and the typical user is consuming activities, not creating them. Creators are a smaller subset and creation is an infrequent act even for them. Burning a thumb-zone slot on Create may be miscalibrated.
Alternative homes worth weighing:
/activities/createthat's only reachable from a low-key entry on the empty/feed states, OR from the activity detail page ("+ Add similar")2. Tapping Create likely shouldn't go straight to the form.
When auto-approval is off (curated/moderated feed), Create should first land on an explainer page that covers:
Only after the user reads (or dismisses) this does the form open. This is the second guardrail beyond just hiding the entry point — it's friction at the moment of intent, not a barrier to access.
When auto-approval is on, the explainer can be skipped (or shown once with "don't show again").
Worth verifying whether p'a semana does either of these in their flow.