Your cart is currently empty!
Category: UI Builder
-
Presenting my SN App at Knowledge!
โ
by
It has been a VERY long time since Iโve updated this blog but I wanted to give a bit of an overview of what happened with my Knowledge 24 presentation about the Marvel Snap clone Iโve been creating now called SN App. You may recall I mentioned that I submitted a talk to the ServiceNow…
-
Part 14: Hiding card slots with no cards played
Iโm still working on getting a playspace runnning. ย New updates include creating repeaters for each of the location areas for each player – 4 slots per player per location. To do this, Iโve augmented the Game instatiation flows so that each location automatically creates 4 slot records per player – in the last update I…
-
Part 13: Getting the Playspace UI running
Firstly, A bit of other news related to this project – I submitted a talk for ServiceNowโs Knowledge 24 conference in Las Vegas to talk about the process of creating this app and itโs all booked in, so Iโll be appearing at the conference. ย Come along if you want to hear about how it was…
Part 12: Creating a Deck List Page
This is just a quick update – Iโve been doing some cleanup work just getting the data creation activities for Matchmaking and Game Instantiation working. ย I realised that I only had a couple of Decks to play with, so I wanted to get a quick and dirty deck list page into UI Builder. This is…
-
Part 9: Finishing the Deck Builder prototype
Once Iโd cracked the repeater system for the card grid for my Marvel Snap game on the deck builder page, it unlocked the final parts of that page for me. ย Having been able to define the grid for selecting cards to ADD to the deck, I could use a smaller-scale version of the same…
-
Part 7: Setting Up a Grid repeater
Setting up my cards in a repeating grid pattern turned out to be a little trickier than I had expected. ย Hereโs the steps I ended up needing to follow: Create the Repeater component and map it to the Data array from my โGet Card Definitionsโ data resource: Under Styles, you have to โEnable Stylesโ and…
-
Part 6: Adding cards to my deck
Now that weโve got a UI Page which lets us display cards to add to my deck, we need to find a way to trigger the subflow. ย Iโve decided that I want to have some sort of โevent queueโ type record that will be the trigger for adding or removing cards from the deck (e.g.…
-
Part 5: UI for building a deck
Since I now have a subflow flow for adding cards to a deck, I should probably start thinking about my โDeck selectionโ UI. The mobile app shows you the list of cards and shows you your selected cards at the top. ย Iโll create a Portal Experinece shell – I shouldnโt need any workspace-type behaviour.…