{"id":32514400,"url":"https://github.com/kalmix/nom","last_synced_at":"2026-07-11T07:32:02.163Z","repository":{"id":318715447,"uuid":"1073883021","full_name":"kalmix/nom","owner":"kalmix","description":"OOP class is kinda boring tbh","archived":false,"fork":false,"pushed_at":"2025-10-11T07:43:11.000Z","size":1432,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-27T23:44:04.737Z","etag":null,"topics":["cli","csharp"],"latest_commit_sha":null,"homepage":"https://spectreconsole.net/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kalmix.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-10T19:13:15.000Z","updated_at":"2025-10-11T07:43:15.000Z","dependencies_parsed_at":"2025-10-11T08:03:00.809Z","dependency_job_id":"c65b4ad4-bbc6-4e5b-a651-99aaad565d97","html_url":"https://github.com/kalmix/nom","commit_stats":null,"previous_names":["kalmix/nom"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kalmix/nom","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalmix%2Fnom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalmix%2Fnom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalmix%2Fnom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalmix%2Fnom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kalmix","download_url":"https://codeload.github.com/kalmix/nom/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalmix%2Fnom/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35355110,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-11T02:00:05.354Z","response_time":104,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","csharp"],"created_at":"2025-10-27T23:44:02.852Z","updated_at":"2026-07-11T07:32:02.146Z","avatar_url":"https://github.com/kalmix.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nom\n[![Build Status](https://img.shields.io/badge/Build-Passing-brightgreen?style=for-the-badge)](https://github.com/kalmix/nom/actions)\n[![.NET](https://img.shields.io/badge/.NET-8.0-512BD4?style=for-the-badge)](https://dotnet.microsoft.com/download/dotnet/8.0)\n[![C#](https://img.shields.io/badge/C%23-12.0-239120?style=for-the-badge)](https://docs.microsoft.com/en-us/dotnet/csharp/)\n[![License](https://img.shields.io/badge/License-MIT-yellow?style=for-the-badge)](LICENSE)\n\n\u003e Proyecto para la clase de (OOP) - Un ejemplo básico de gestión de nómina con interfaz de consola interactiva usando SpectreConsole.\n\n## Estructura del Proyecto\n\n```\nOOPNomina/\n├── Program.cs                      \n├── Models/                         \n│   ├── Persona.cs\n│   ├── TipoEmpleado.cs\n│   ├── DepartamentoEmpleado.cs\n│   ├── TipoNomina.cs\n│   └── DetalleNomina.cs\n├── Data/\n│   └── AppContext.cs           # Contexto de datos y mock data\n├── Services/\n│   └── NominaService.cs           \n└── UI/\n    ├── Menus/                      # Menus de nav\n    │   ├── MenuPrincipal.cs\n    │   ├── EmpleadoMenu.cs\n    │   ├── TipoEmpleadoMenu.cs\n    │   ├── DepartamentoMenu.cs\n    │   ├── TipoNominaMenu.cs\n    │   └── NominaMenu.cs\n    └── Helpers/                    \n        ├── NominaDisplayHelper.cs\n        └── TableHelper.cs\n```\n\n## Instalación\n\n### Prerrequisitos\n\n- [.NET 8.0 SDK](https://dotnet.microsoft.com/download/dotnet/8.0) o superior\n\n### Pasos\n\n1. **Clonar el repositorio**\n```bash\ngit clone https://github.com/tu-usuario/OOPNomina.git\ncd OOPNomina\n```\n\n2. **Restaurar dependencias**\n```bash\ndotnet restore\n```\n\n3. **Compilar el proyecto**\n```bash\ndotnet build\n```\n\n4. **Ejecutar**\n```bash\ndotnet run\n```\n\n### Menú Principal\n\nAl iniciar la app, verás el menú principal con las siguientes opciones:\n```\n  ____  _     _                          _        _   _                 _             \n / ___|(_)___| |_ ___ _ __ ___   __ _   | |  ___ | \\ | | ___  _ __ ___ (_)_ __   __ _ \n \\___ \\| / __| __/ _ \\ '_ ` _ \\ / _` |  | | / _ \\|  \\| |/ _ \\| '_ ` _ \\| | '_ \\ / _` |\n  ___) | \\__ \\ ||  __/ | | | | | (_| |  |_|| (_) | |\\  | (_) | | | | | | | | | | (_| |\n |____/|_|___/\\__\\___|_| |_| |_|\\__,_|  (_) \\___/|_| \\_|\\___/|_| |_| |_|_|_| |_|\\__,_|\n─────────────────────────────────────\n\u003e Gestionar Empleados\n  Gestionar Tipos de Empleado\n  Gestionar Departamentos\n  Gestionar Tipos de Nomina\n  Crear Nomina\n  Calcular Nomina General\n  Imprimir Nomina\n  Salir\n```\n\n## Licencia\n\nEste proyecto está bajo la Licencia MIT. Ver el archivo `LICENSE` para más detalles.\n\n## Agradecimientos\n- [Spectre.Console](https://spectreconsole.net/) por la increíble librería de UI\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkalmix%2Fnom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkalmix%2Fnom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkalmix%2Fnom/lists"}