-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hello Copilot,
Finally, there is a working program that is deployed on the VPS. There are several things that need immediate attention and several things that I would like in the near future. Please analyse the following:
Immediate steps:
-
Protect the functioning deployment from breaking. Analyse all that is needed to do this with regard to isolation from unintentional breaking from further development work, security issues, update issues, pipeline changes.
-
analyse and make a plan on how to do step 1 and then look into all the files in the repo and see how we can clean and restructure the repo. Perhaps all files that are no longer relevant or being used can be catergorized and put into a catergorie folder with one archive folder on the main branch.
-
Look into all op issues and Pr's and close all that are no longer needed for further development.
-
This deployed version is version 1 and will be labelled as V1.00. This version will now be protected and if possible added as a package in the repo. A copy of this version will be used for further development and labelled V.1.00D and added in a development package in the repo.
-
I want to add V1.00 as a pages deploy from the main repo.
-
Dubble check all md files for development steps and bundle into one file. Update the readme file.
-
Update the copilot instructions based on this plan. Make a folder lablled "DEV_OPS_STEPS" and add the extensive new copilot instructions to a sub folder labled "DEV_OPS_COPILOT". The file will be labled COPILOT_INSTRUCTIONS_V1_POSTreporeorganisation.
Adittional steps with lesser priority:
-
Examine all script files for relevance and adjust to work with V1.00D. If script files are needed for V1.00 to run and function than make a copy of that script to run with V1.00D, adjust the copy file where necessary to run with V1.00D.
-
I need a script that I can manually trigger to update working new developments from V1.00D to V1.00. When triggerd the deployed version should be updated after all tests have passed.
-
Update all ci/cd pipeline testing to run on V1.00D.