FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects

docs: :pencil2: Update Repo locations for Toast and Panel

Merged Adam Deacon requested to merge update_toast_panel into master
2 files
+ 30
30
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 15
15
@@ -48,26 +48,26 @@ The Panel web app is currently deployed to the following web environments:
The source code for the Panel can be found at the following URL:
<https://dev.azure.com/meh37/panel>
<https://gitlab.developers.cam.ac.uk/uis/devops/Panel/panel>
The code is spread over the following repositories:
| Repository | Description |
| ----------- | ------------------ |
| [BEL](https://meh37.visualstudio.com/Panel/_versionControl?path=%24/Panel/BEL) | Holds business objects |
| [BPL](https://meh37.visualstudio.com/Panel/_versionControl?path=%24/Panel/BPL) | Holds business processes; knits together BEL and DAL|
| [BuildProcessTemplates (Deprecated)](https://meh37.visualstudio.com/Panel/_versionControl?path=%24/Panel/BuildProcessTemplates) | Not currently used |
| [ConsolePullDocuments](https://meh37.visualstudio.com/Panel/_versionControl?path=%24/Panel/ConsolePullDocuments) | Used by Computer Lab, this pulls the CamSIS documents into one downloadable zip file they can source |
| [DAL](https://meh37.visualstudio.com/Panel/_versionControl?path=%24/Panel/DAL) | Data access routines, for example a library to communicate by SQL server |
| [Database (Deprecated)](https://meh37.visualstudio.com/Panel/_versionControl?path=%24/Panel/Database) | No longer used as requires a subscription from Redgate - use [SQL](https://meh37.visualstudio.com/Panel/_versionControl?path=%24/Panel/SQL) instead |
| [Documents](https://meh37.visualstudio.com/Panel/_versionControl?path=%24/Panel/Documents) | A library that can hold documentation |
| [EDMSTestingApp](https://meh37.visualstudio.com/Panel/_versionControl?path=%24/Panel/EDMSTestingApp) | A testing application for EDMS (Electronic Document Management System) - this is a bespoke library that accesses data related to applicants |
| [FormsTestApp (Deprecated)](https://meh37.visualstudio.com/Panel/_versionControl?path=%24/Panel/FormsTestApp) | Deprecated project for an unused windows forms application |
| [packages](https://meh37.visualstudio.com/Panel/_versionControl?path=%24/Panel/packages) | Holds the NuGet packages for the project |
| [SQL](https://meh37.visualstudio.com/Panel/_versionControl?path=%24/Panel/SQL) | Holds SQL change scripts |
| [TestConsole (Deprecated)](https://meh37.visualstudio.com/Panel/_versionControl?path=%24/Panel/TestConsole) | Deprecated library that holds console app for testing |
| [UnitTests](https://meh37.visualstudio.com/Panel/_versionControl?path=%24/Panel/UnitTests) | Unit tests around Panel |
| [Website](https://meh37.visualstudio.com/Panel/_versionControl?path=%24/Panel/Website) | Holds source code for the website |
| [BEL](https://gitlab.developers.cam.ac.uk/uis/devops/Panel/panel/-/tree/main/BEL) | Holds business objects |
| [BPL](https://gitlab.developers.cam.ac.uk/uis/devops/Panel/panel/-/tree/main/BPL) | Holds business processes; knits together BEL and DAL|
| [BuildProcessTemplates (Deprecated)](https://gitlab.developers.cam.ac.uk/uis/devops/Panel/panel/-/tree/main/BuildProcessTemplates) | Not currently used |
| [ConsolePullDocuments](https://gitlab.developers.cam.ac.uk/uis/devops/Panel/panel/-/tree/main/ConsolePullDocuments) | Used by Computer Lab, this pulls the CamSIS documents into one downloadable zip file they can source |
| [DAL](https://gitlab.developers.cam.ac.uk/uis/devops/Panel/panel/-/tree/main/DAL) | Data access routines, for example a library to communicate by SQL server |
| [Database (Deprecated)](https://gitlab.developers.cam.ac.uk/uis/devops/Panel/panel/-/tree/main/Database) | No longer used as requires a subscription from Redgate - use [SQL](https://gitlab.developers.cam.ac.uk/uis/devops/Panel/panel/-/tree/main/SQL) instead |
| [Documents](https://gitlab.developers.cam.ac.uk/uis/devops/Panel/panel/-/tree/main/Documents) | A library that can hold documentation |
| [EDMSTestingApp](https://gitlab.developers.cam.ac.uk/uis/devops/Panel/panel/-/tree/main/EDMSTestingApp) | A testing application for EDMS (Electronic Document Management System) - this is a bespoke library that accesses data related to applicants |
| [FormsTestApp (Deprecated)](https://gitlab.developers.cam.ac.uk/uis/devops/Panel/panel/-/tree/main/FormsTestApp) | Deprecated project for an unused windows forms application |
| [packages](https://gitlab.developers.cam.ac.uk/uis/devops/Panel/panel/-/tree/main/packages) | Holds the NuGet packages for the project |
| [SQL](https://gitlab.developers.cam.ac.uk/uis/devops/Panel/panel/-/tree/main/SQL) | Holds SQL change scripts |
| [TestConsole (Deprecated)](https://gitlab.developers.cam.ac.uk/uis/devops/Panel/panel/-/tree/main/TestConsole) | Deprecated library that holds console app for testing |
| [UnitTests](https://gitlab.developers.cam.ac.uk/uis/devops/Panel/panel/-/tree/main/UnitTest) | Unit tests around Panel |
| [Website](https://gitlab.developers.cam.ac.uk/uis/devops/Panel/panel/-/tree/main/Website) | Holds source code for the website |
## Technologies used
Loading