v2.6.0
What's Changed
How do I change a city?
It was difficult to find a current city on the mobile view. Now city selector is a part of filter in the Calendar and Community.
Calendar Filters
Calendar now have 4 main categories:
- Meetups - parties, small dance meetups, shows, concerts... any event, where you meet to socialise and dance.
- Lessons - workshops and courses
- Online - zoom lessons and meetups
- Travel - festivals and congresses
It is possible now to send a link to a list of pre-filtered events of specific city, even type, dance style and level.
This should help our Local Communities to easily share results of our initiative:
Start Dancing Now! Find Your Beginner Class Next Month.
Event Artists and Organiser
Now you can easily attach organiser and multiple artists to your event and assign them different roles:
- Instructor
- DJ
- Musician
- Taxi Dancer
- Photographer
- Organiser
They don't have a profile on WeDance? No problem, you can use their instagram or facebook username!
Event Reservation Flow
- New call-to-action for the event is called "Register for Event".
- Once you are registered you see another button instead "Cancel Reservation".
- Previously it was "Going" and "Not Going".
- If organiser have an extra ticketing link, it will be opened right after you submit a registration form.
Members Only
- All active buttons of the website are now accessible only for users, who signed in, otherwise they will see "Sign in to continue" popup.
This is also true for "Register for Event". - For now it will make things easier for our dev team not to think about all the possible use case scenarios and focus on making things work.
We are gathering feedback to get better
- Please survey - https://forms.gle/ge3qDRFUSU2oVZKLA
Updates for Developers
- Speedup navigation between pages by using
<NuxtLink>
instead of<RouterLink>
. - Speedup hot-reloading by upgrading to Tailwind v3 and Nuxt 2.15.8.
- Show version of the project in the footer, with link to releases page.
- Refactored
<TField>
, which now doesn't require input mapping and accepts a component name. - Added
<TInputArray>
for repetitive inputs like<TInputProfile>
, which is used for artists editor. - Cleaned up a lot of unused dependencies and firebase libraries.
- We are almost finished internationalisation of the project
Full Changelog: v2.5.0...v2.6.0