New Database Working Well
In my last post, I mentioned a small error with the .NET 8 version of the webAPI. That error doesn't exist with the working version, and so the webAPI is now connecting well with the new PostgreSQL server and database. There are still a few things I want to try with this new server and webAPI combination, including the use of JWT and Kerberos.
However I also want to ensure these trials don't significantly delay progress with the apps themselves at this stage. So I'll keep researching these and other things for future use when I have the time available in between coding tasks.
The next step at this stage will be the development of the data tables and processes for the MOOVPAD Pro Desktop app. As you can imagine, with the data structure spread between local devices and online/remote servers, as well as local servers in some cases, there's a lot of work remaining.
For now though, its been good to get the database for general MOOVPAD desktop, mobile and online app users built and PostgreSQL integrated into the webAPI so that future work can focus on using that data engine.
And me... still insane but functional 🙂
Stay awesome,
EMH
HOW MOOVPAD IS BEING BUILT
For the overview of how MOOVPAD apps are being developed, the reasoning behind particular decisions during development, policies, and more in relation to all the technical things, please see the link to the left.
This will be an ongoing work in progress, and will always be linked to the bottom of each upcoming Blog post.