Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ladesa-ro/gerar-horario
Gerador da Grade de Horário.
https://github.com/ladesa-ro/gerar-horario
academic allure c-sharp horario ladesa-ro math nunit or-tools sisgea sisgha test workflows z3-solver
Last synced: about 2 months ago
JSON representation
Gerador da Grade de Horário.
- Host: GitHub
- URL: https://github.com/ladesa-ro/gerar-horario
- Owner: ladesa-ro
- License: mit
- Created: 2024-03-06T16:16:43.000Z (10 months ago)
- Default Branch: development
- Last Pushed: 2024-10-29T11:46:18.000Z (2 months ago)
- Last Synced: 2024-10-29T13:29:05.827Z (2 months ago)
- Topics: academic, allure, c-sharp, horario, ladesa-ro, math, nunit, or-tools, sisgea, sisgha, test, workflows, z3-solver
- Language: C#
- Homepage: https://ladesa-ro.github.io/gerar-horario/
- Size: 2.41 MB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gerar-horario
[![CodeQL][badge-codeql-src]][badge-codeql-href]
[![NUnit Tests + Allure Reports][badge-tests-src]][badge-tests-href]Allure Report: [clique aqui][tests-allure-report].
## Ambientes
### Produção
[![CI Production][action-ci-prod-src]][action-ci-prod-href]
### Desenvolvimento
[![CI Development][action-ci-dev-src]][action-ci-dev-href]
## Configuração Local
```sh
git clone https://github.com/ladesa-ro/gerar-horario.git
cd gerar-horario
```### Projeto Gerar Horário
```sh
dotnet test;
```Scripts dev: Veja [./Makefile](./Makefile).
### Playground (com jupyter e .net interactive)
```sh
cd gerar-horario/Playground;
```- Notebooks Jupyter: [`./Playground/notebooks`](./Playground/notebooks);
Continue em [`./Playground/README.md`](./Playground/README.md).
### Estudo
```sh
git checkout estudo-ts;
```- Estudo Node Z3: [`tree/estudo-ts/estudo/estudo-node-z3/projeto`][estudo-node-z3];
- Estudo CSharp Or-Tools: [`tree/estudo-ts/estudo/estudo-csharp/dotnet-project`][estudo-csharp-ortools];Continue em [`tree/estudo-ts/README.md`][estudo].
## Licença
[MIT - Gabriel R. Antunes, 2024](./LICENSE).
[MIT - Ladesa e Contribuidores, 2024](./LICENSE).
[badge-codeql-src]: https://github.com/ladesa-ro/gerar-horario/actions/workflows/github-code-scanning/codeql/badge.svg
[badge-codeql-href]: https://github.com/ladesa-ro/gerar-horario/actions/workflows/github-code-scanning/codeql
[badge-tests-src]: https://github.com/ladesa-ro/gerar-horario/actions/workflows/test-and-deploy.yml/badge.svg
[badge-tests-href]: https://github.com/ladesa-ro/gerar-horario/actions/workflows/test-and-deploy.yml
[tests-allure-report]: https://ladesa-ro.github.io/gerar-horario[action-ci-prod-src]: https://img.shields.io/github/actions/workflow/status/ladesa-ro/gerar-horario/ci.yml?style=flat&logo=github&logoColor=white&label=CI@production&branch=production&labelColor=18181B
[action-ci-prod-href]: https://github.com/ladesa-ro/gerar-horario/actions/workflows/ci.yml?query=branch%3Aproduction[action-ci-dev-src]: https://img.shields.io/github/actions/workflow/status/ladesa-ro/gerar-horario/ci.yml?style=flat&logo=github&logoColor=white&label=CI@development&branch=development&labelColor=18181B
[action-ci-dev-href]: https://github.com/ladesa-ro/gerar-horario/actions/workflows/ci.yml?query=branch%3Adevelopment[estudo]: https://github.com/ladesa-ro/gerar-horario/blob/estudo-ts/README.md
[estudo-node-z3]: https://github.com/ladesa-ro/gerar-horario/tree/estudo-ts/estudo/estudo-node-z3/projeto
[estudo-csharp-ortools]: https://github.com/ladesa-ro/gerar-horario/tree/estudo-ts/estudo/estudo-csharp/dotnet-project