Your cart is currently empty!
Category: Marvel SN App
-
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.…
-
Part 4: Creating a Deck
Tonight I added a subflow to my Marvel Snap clone that will add a card to a deck. ย It takes 2 inputs – the card definition and the player deck record. ย I have three records involved in this – The Player Deck (contains fields for user, number of cards and a deck name), the Player…
-
Part 3: Importing Images using Flow Designer
Part of building out my Marvel Snap clone involved finding a source for the Card data. ย As mentioned earlier, I found a great database of cards that had an API that I could use to get the card records. ย The next thing I needed to do was import the images themselves. ย I created an Image…
-
Part 2: Modelling the Data in my Marvel Snap Clone
Building out the tables in ServiceNow for my Marvel Snap clone has been interesting. ย ย I started with the most atomic object Iโd need – a Card Definition. ย This needs to house the Cost, Power and Ability data for all the cards that exist in Marvel Snap. ย I found a webpage with a database of…
-
Part 1: Making a Marvel Snap Clone in ServiceNow
Iโve been asked to talk at a ServiceNow User Group about Flow Designer so Iโve had a bit of a think about what sort of Flow Designer topics might be interesting. ย Something I try to do every time I create a system is look at ways to make it extensible from the get-go. ย With…