Tag: campaign tool

  • How to send data between pages into a form with Angular

    How to send data between pages into a form with Angular
    ,

    While developing my app I had a simple set up for getting my monster data. Originally I was sending a monster id with the expectation of making an api call with it from the page that would receive , but decided instead that since I was already getting a list of monsters for the monster… Read more

  • Entity Framework Inheritance and D&D Items (Dev blog 2)

    Entity Framework Inheritance and D&D Items (Dev blog 2)

    I’m faced with a decision, I need to make tables for Items for my campaign manager. I wanted to start with a generic “Item” item, and inherit from it depending on the type of item it was. Looking into how Entity Framework wanted to handle it, I had basically two design options for doing this,… Read more

  • Dungeon Dex: Dev blog 1

    Dungeon Dex: Dev blog 1

    I am in the process of developing a dungeons and dragons campaign management app. I ran a campaign on roll 20 from 1 – 20, but I felt like the site left a lot to be desired. I’m going to build it using Angular as the front end and C# on the back. I’m going… Read more