Jimmyson / BeepBong

Web App to catalogue TV Programme audio tracks
GNU General Public License v3.0
0 stars 0 forks source link

Bulk Entity Creator #13

Open Jimmyson opened 5 years ago

Jimmyson commented 5 years ago

Is your feature request related to a problem? Please describe. There is currently a limitation on how child entities are create on a record.

Describe the solution you'd like A way to spawn multiple child record to one parent on a single screen without having to create and manually enter in the details each time.

Describe alternatives you've considered Utilizing KnockoutJS or JavaScript based platforms could allow easy and quick manipulation of the view model before passing to the back end code. Also consider using Blazor due to the C# back-end, possible utilization for AcoustID.Net and a MediaInfo library to run on the front-end. And a possible skill growth

Jimmyson commented 4 years ago

In conjection with issue #14, where Vue.JS is being used as a front-end. Support for bulk record creation can be implemented.

State tracking, object creation and sending of commands for child editing is impemented. Potential to refactor to reduce overhead.