File attachments on models in apps #5338
jdueitt
started this conversation in
Plugin (App) Ideas & Development
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are in the process of porting an application we use for management from a stand alone ASP application into a nautbot app. The last feature that we're struggling to figure out the best path forward on is attaching arbitrary to the instances of the model. Similar to how image attachments are handled, but for non-image files.
I see the extras.FileAttachment, but it doesn't seem to have views and forms wired up to support the attachment. Is this because this is not how that's expected to be handled? Or, is it a case of it just hasn't been built out yet due to not being needed?
So far the gist of the model would be:
The URLs would be defined as:
Any suggestions on how the core app team feels this should be handled. If this is just a case of needing to build out the views and forms, we'd be happy to tackle that with submit a PR.
Beta Was this translation helpful? Give feedback.
All reactions