Author: ezradharris

  • Lighting up the Last Two Points of the Drone Pentagon

    Lighting up the Last Two Points of the Drone Pentagon

    In between work and school, I’ve been slowly but steadily working on the drone light show project. Finally breaking through one of the major problems I had with a workaround, I felt it necessary to update about the progress and share some of the work it took to get the lights working on the drones.…

  • Hiding content flashing | Dashboard [Part IV]

    Hiding content flashing | Dashboard [Part IV]

    One of the more QOL features I’ve put in for the dashboard is loading displays. Loading screens serve two useful purposes: With custom loader (left) – Without loader (right) The implementation was fairly straightforward. Since I’m using Wized and Webflow for this project, it was a bit tedious to implement at first, but I ended…

  • 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…