Author: ezradharris

  • Working with tickets – Dashboard [Part III]

    Working with tickets – Dashboard [Part III]

    Part of the events dashboard I’m working on is the ticket creator. This allows the user to create tickets for their event, with relevant details, like the time for sale – the timeframe that users have to get a ticket, the quantity of tickets available, and some additional features that the client requires that won’t…

  • Search Query Parameters | Dashboard [Part 2]

    As part of the dashboard development, I had to figure out how to serve the same page with dynamic data based on what the user wanted to see. One such case was an events table. I used an external library called AG Grid, which makes creating grids a lot easier with an external library. It…

  • Designing a Dashboard – [Part one]

    Designing a Dashboard – [Part one]

    Last week, I started my first web design project for a client. This project includes the basic construction of a full dashboard, complete with grids, data analytics, and options to create items in the grids. The backend will be done with Xano, which will handle all databases and authentication with the API requests. In the…

  • Basic Automation Demo with Form Data

    Basic Automation Demo with Form Data

    As a follow-up to the previous post, Back-ending Webflow, I created a demo of using data taken from a frontend service (in this case, Webflow) and using Wized to send that data to Xano, the backend database. This triggers another service (make.com) to grab that newly created form and send it to the user’s email…