-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LAST ISSUE: final polishing before release #76
Comments
This comment was marked as duplicate.
This comment was marked as duplicate.
The UUID problem can be remedied by using the user's default QR-Scanner. They can choose to copy the UUID and paste it. Obviously fixing the issue is important, but at least there's a more convenient way than typing the whole uuid. |
|
|
|
Paper workflow admin creates 100 new, empty profiles with IDs
|
HIGH PRIORITY (necessary to get feedback)
ENHANCEMENTS (ignore)
DONE
"./localstorage/localstorage"
to"./localstorage/index"
const profile = ref<Profile>({});
to a https://vueuse.org/core/computedasync/path: "/edit-event/:id",
routeBecause right now we have a pointless bias towards event creators being able to add events to their list but not event visitors.
The text was updated successfully, but these errors were encountered: