Ah I see, well that's how I done the first one so on the right track then 😄
Are there any fast track ways of doing it? Building endpoints is quite a tedious and repetitive job 😩
I was thinking that the Jira releases will include the tasks that were assigned to them. So that would be the change log or does it have be more focused on the code?
Makes sense yeah. So like a new page that does not affect anything else would just be a minor version. I can't think of much that we do that is incompatible tbh. Most stuff is pretty standalone.
Yes, I used the profiler earlier and found some methods that are slow. My first example about the loop of API calls. Was looping 330 objects 😩 I filtered the data to only get the relevant stuff and that helped. Just wondering if Parallel.ForEach is a good idea too.