Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Nick Bennett 14 posts 84 karma points
    Mar 16, 2019 @ 15:26
    Nick Bennett
    0

    Editing complex data in Umbraco backoffice

    Looking for some advice on how to edit complex content in in the back office. I'm very experienced with .NET, MVC and Razor but something of a novice with Umbraco.

    The content is a collection of timetables (rail) and some rules to say which one applies on a given date.

    I am currently storing each timetable in a row in a SQL Server table, and the timetable data is stored as JSON - each timetable about 700-1000 lines of it. I am storing a year's worth of rules in another table, also as JSON.

    I can envisage how I might write the necessary pages (not using Angular.js!), but not how I'd integrate this into Umbraco. At the moment, I haven't even fathomed out how to invoke a controller derived from UmbracoAuthorizedController.

    Any hints on how best to structure this?

  • Nathan Woulfe 447 posts 1664 karma points MVP 5x hq c-trib
    Mar 17, 2019 @ 23:43
    Nathan Woulfe
    0

    Sounds like a perfect use-case for Fluidity => https://our.umbraco.com/packages/backoffice-extensions/fluidity/

  • Marcio Goularte 374 posts 1346 karma points
    Mar 18, 2019 @ 13:18
    Marcio Goularte
    0

    Unfortunately fluidicity does not work on V8

  • Nathan Woulfe 447 posts 1664 karma points MVP 5x hq c-trib
    Mar 18, 2019 @ 20:14
    Nathan Woulfe
    1

    My fault - missed the umbraco8 tag!

    I'm sure it will eventually be ported across...

Please Sign in or register to post replies

Write your reply to:

Draft