So this is my test to try communicate between a built website and a MySQL database on my local machine. I am using Python flask modules to accomplish this and I'm adapting it from an online source.
The main program is a Python code named 'app.py' which opens up a link to the website (html pages). It is still heavily under development and I'm currently working on code more suited to the OAD needs:
- Internal repository of all project related information, from application stage to details of grant, project updates, challenges, and final report
- Internal database of other OAD information: internal reports, admin documents, reference materials, other historical records
- Potential project leaders submit their proposals online
- The public can query the database via keywords (PI, project, region, taskforce, year etc)
This should streamline project management once sufficiently developed.