In this tutorial, we are going to be working with the default app created for all Slingr developers the “Event planner” app. This is an application, that is created when you create a new account and is designed to let new users understand the power of Slingr, and with this tutorial, help them take their first steps into Slingr. If you don’t have a slingr account, create one here. In this brief tutorial, we are going to make some small improvements to the existing event planner app, like creating an extra field and adding some actions to improve the functionality of the app. But first, we need to understand what our app currently does. As the pretty obvious name indicates, this is an app to help a company plan events. It has the following features:
- You can create, edit and delete events, and you can see them in a table or a calendar.
- It has a To-Do board to help the staff organize their tasks for an event.
- It has a section where you can upload services that then can be used in all your events.
- Some administration features, to upload customers and staff.
- And finally, it has some metrics about previous events and customers.
Awesome right? Well, let’s improve it. Let’s see how in the next section: First changes to our app.