Cargando…

Storing Configurations using CCDA

Storing user configuration data is definitely not a new concept. Like for example, most IDEs allow users to store customized information like run configurations used when executing code or preferences related to styling, e.g. color themes or fonts. This project revolves around implementing a solutio...

Descripción completa

Detalles Bibliográficos
Autor principal: Hansen, Massimo
Lenguaje:eng
Publicado: 2023
Materias:
Acceso en línea:http://cds.cern.ch/record/2869491
Descripción
Sumario:Storing user configuration data is definitely not a new concept. Like for example, most IDEs allow users to store customized information like run configurations used when executing code or preferences related to styling, e.g. color themes or fonts. This project revolves around implementing a solution for storing various configurations in CERN applications, and the solution should be as generic as possible to accommodate a variety of use cases. The project consists of three parts, building an API, building a client library which consumes the API, and building a GUI which makes use of the services provided in the client library.