kutting / msexcel-builder

A simple and fast library to create MS Office Excel(>2007) xlsx files.
MIT License
0 stars 0 forks source link

Record Detailed Training Partner info #50

Closed kutting closed 8 years ago

kutting commented 8 years ago

Kit has accumulated data on a number of Training Partners. We want to be able to display an "Event Map" style page that uses this data. The data is very similar, though not identical, to the data we have in the Location.Link table. So, although we might eventually outgrow this approach, my idea is to modify Location.Link to contain the full set of data. This will mean: a) modifying the table b) modifying the existing Location.Link-related stored procs, except Mozu.PublishEventGet c) modifying the WebAPI for the stored procs d) modifying the Links tab of the Location page in Event Manager to retrieve / store all the new fields e) updating the existing records to put the correct info into the new fields f) adding the new data to the table g) informing Kit that the data can be maintained in Event Manager ::::::::: a) modifying the Mozu.PublishEventGet sproc b) asking Laszlo to provide a data feed for the Training Partner / Location Link data c) plugging a new Training Partner map into the Event Map class structure.

kutting commented 8 years ago

Table Changes Location.LinkDelete Location.LinkGet Location.LinkInsert Location.LinkSearchAllByLocationId Location.LinkUpdate

Mozu.PublishEventGet