Project Overview
This campaign is for the backend element of the Subassembly App upgrades to %live, from ~mocbel. The project overview of these projects are identical, while milestones are oriented towards the specific deliverables for this campaign's project worker
The UF is looking to further development of %live for use by the Subassembly event series and and any event organizer. This grant is for the creation of the initial MVP for this product experience. It does not include everything possible in an event app, but instead starts with the core functionality that would be high leverage in an app for Subassembly PNW and its focus on identity, trust, and reputation.
This grant is one of three interrelated campaigns for:
- the backend updates to %live, headed by
~polrel-witter
- the front end PWA interface, headed by
~widmes-hassen
- blended back and front end support, from
~bisnyx-mormyl
Given that the %live application exists and has much of the necessary functionality already implemented, this grant scope will focus on extending the application functionality, as well as developing a react+PWA front end experience as an alternative to the existing Sail+HTMX front end. The app will include the following:
- An event that includes
- event host
- event title
- event tag
- event start time
- event end time
- event location
- event details
- ideally takes arbitrary markdown
- A schedule that includes talks
- talk title
- speaker
- start time
- end time
- a venue map
- an event details page
- Attendee list
- Host of the event holds the full list
- an attendee is a collection of:
- @p (required)
- %tlon nickname
- %tlon avatar
- ens domain
- telegram
- phone number
- github
- signal
- but where non-@p/%tlon information is only revealed mutually
- mutual matching will be done using %pals tags, where if both parties have tagged each other with the event tag
- an attendee is a collection of:
- Host of the event holds the full list
What is required of the grantees for this project—and the other two related projects—is to build a robust front end experience.
- The subassembly venue is not in a high internet connectivity location, so reloading content every time it is opened is untenable. The assumption is that the app needs to be a PWA with local storage of updated data, but if a grantee is a mobile app dev and would prefer to put out a mobile app, that is acceptable as well.
- It is assumed that the 'matching' activity will occur after the conclusion of the event.
- the Venue Map should be able to store an image in localstorage and support navigating it with pinch to zoom
- There should be a deeplink to the Tlon group for the event, ~sarlev-sarsen/subassembly
Future work
Future work opportunities for this grant includes implementing limited-access speaker sessions, where only a subset of attendees are permissioned to view and attend particular sessions.
Milestones
Milestone 1 - Initial Draft Delivery - 1 Star
Milestone 1 is focused around delivery of a working PWA that includes the core UX flows. It should enable all the below users stories. As a draft, it does not need to be highly polished, but timely delivery is essential.
Due Date: September 27, 2024
User Stories
As an event host...
- I have a form that will help me construct a poke that will set the event, the schedule, and the attendee list.
- I can edit the event, schedule, and attendee list
- I can upload a venue map as an image (specific format TBD)
As an event attendee...
- I can run
|install ~mocbel %live
on my ship to install the app - I can find a list of events to which I am invited (this can currently be a list of 1). If there are no events, I should see a message with a link out to the urbit.org↗ events page
- I can select from the list of events to which I am invited and get into an event specific interface
- I can navigate around the app as a typical mobile experience with a nav experience for the following pages:
- Venue Map
- Event Details
- Attendee List
- Schedule
- On the attendee list page, I can...
- see a list of @p, %tlon nickname, and %tlon avatar
- an indicator of if we are a match
- if i have already 'swiped' on them
- a button to 'start swiping'
- a button for "your matches" (alternatively this could be a filtering fuctionality)
- On the 'swiping page', I can...
- See their avatar, nickname and @p
- have an option to signal matching interest or non-matching interest
- see some indicator of if I have already made a selection on this @p
- On the "your matches" page, I can...
- see my list of matches, and click on them to see their full profile with any details they have chosen to share
- have clickable links to:
- deeplink into a DM in the tlon mobile app
- open their Github
- open a text message to them
- open a phone call
- etc.
Milestone 2 - Polished PWA for Subassembly - 1 Star
Milestone 2's core focus is about polishing the app experience from "it works" to "it just works". The user stories of milestone 1 should go from 'technically implemented' to 'pleasant to use.' The grantee will work with ~lagrev-nocfep and ~sarlev-sarsen to polish every possible hard edge of the app. The polish done at this stage will be about the event attendee experience, while the event host experience can remain just 'workable' for this initial MVP.
Due Date: October 11th
User Stories
- As an event attendee, when I open a specific event (such as the subassembly entry) I am directed to install a PWA onto my local device while I have a working internet connection, and then utilize the following features even on a spotty or absent internet connection:
- Viewing the venue map
- Viewing the event schedule
- Viewing the event details
- For any non-offline-functional elements of the app, such as the matching feature, the interface should fail gracefully. This could come in the form of an error message built in, or something similar.
Milestone 3 - Generalized App Use Case - 1 Star
Milestone 3 is about generalization of the application experience. Depending on the way that milestones 1 and 2 are completed, the exact details of this milestone may vary, but at the end of this milestone the following functionality should be available at a high degree of polish. This milestone does not have a strict due date, and rather will be awarded when a sufficient level of polish is met. Indicators that a sufficient level of polish has been met include:
- Three 3rd party events are hosted using %live, such as Urbit Meetups, Mars Review of Books parties, or additional Subassembly series occurrences.
User Stories
- As an event coordinator, I can smoothly:
- Create a new event with an attendee list and draft schedule
- Add additional attendees who are invited to the event
- add additional schedule session entires
- Remove attendees or sessions
- Upload a venue map, or if no venue map exists this page is excluded from the user interface
- As an event attendee, I can:
- either, install a single PWA that hosts all my events and stores local state for browsing event content while offline, or
- Install each different event as a separate PWA