rlwakefield / CoMaCon

GNU General Public License v3.0
0 stars 0 forks source link

Can you have multiple "Integration" elements? #22

Closed rlwakefield closed 2 weeks ago

rlwakefield commented 4 weeks ago

So I was thinking about the web.config file and whether there could be multiple "Integration" elements or not. I say this because the way it is structured makes it almost seem like there could be multiple. So just a curiosity thing here.

rlwakefield commented 4 weeks ago

Here is an example of the web.config file code:

`

</Hyland.Applications.AgendaPubAccess.PublicComment>`

rlwakefield commented 4 weeks ago

I got confirmation that yes, you can have multiple integration elements. So I will need to do a lot of UI rework and more in order to get this done. Some of the things needing updated on the configuration will be the Data Structure, UI, and more buttons and all. Will work to design this similar to how the Diagnostics Settings are configured.

rlwakefield commented 2 weeks ago

Completed work in PR #39 .