{"id":20415671,"url":"https://github.com/emimontesdeoca/lovis","last_synced_at":"2025-04-12T17:06:42.340Z","repository":{"id":119423313,"uuid":"89668071","full_name":"emimontesdeoca/Lovis","owner":"emimontesdeoca","description":"📑 Project management tool with ticket system for teams or single developers.","archived":false,"fork":false,"pushed_at":"2017-10-13T11:42:42.000Z","size":1199,"stargazers_count":8,"open_issues_count":13,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T11:21:28.832Z","etag":null,"topics":["asp-net","entity-framework","project","project-management","ticket-management","ticketing-system","tickets"],"latest_commit_sha":null,"homepage":"","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/emimontesdeoca.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-04-28T04:40:01.000Z","updated_at":"2024-12-07T15:19:27.000Z","dependencies_parsed_at":"2023-03-18T14:02:22.599Z","dependency_job_id":null,"html_url":"https://github.com/emimontesdeoca/Lovis","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emimontesdeoca%2FLovis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emimontesdeoca%2FLovis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emimontesdeoca%2FLovis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emimontesdeoca%2FLovis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emimontesdeoca","download_url":"https://codeload.github.com/emimontesdeoca/Lovis/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248602302,"owners_count":21131615,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["asp-net","entity-framework","project","project-management","ticket-management","ticketing-system","tickets"],"created_at":"2024-11-15T06:17:10.594Z","updated_at":"2025-04-12T17:06:42.296Z","avatar_url":"https://github.com/emimontesdeoca.png","language":"C#","funding_links":["https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=UBYQDM59B3GCC"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eLovis\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://travis-ci.org/emimontesdeoca/lovis.svg\"\u003e\n        \u003cimg src=\"https://travis-ci.org/emimontesdeoca/lovis.svg?branch=master\"\n             alt=\"build status\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/emimontesdeoca/Lovis/blob/master/CHANGELOG.md\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/changelog-link-brightgreen.svg\"\n             alt=\"build status\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=UBYQDM59B3GCC\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/donate-PayPal-green.svg\"\n             alt=\"Donate a coffee!\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"LICENSE\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/license/mashape/apistatus.svg\"\n             alt=\"Donate a coffee!\"\u003e\n    \u003c/a\u003e    \n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n📑 Project management tool with ticket system for teams or single developers.\n\u003c/p\u003e\n\n## About\n\nLovis is a web application written in pure ASP.net that makes easier for teams to report issues, bugs, request to other developers. Just like Github's issue system but in a different way including all kind of email notifications and better security overall.\n\n## Contributing\n\nEven if Lovis is not MVC, I did serpate stuff in folders, this is the structure:\n\n```\n\n├───docs\n├───src\n│   ├───Controllers\n│   │   ├───Const\n│   │   ├───Dashboard\n│   │   ├───Elements\n│   │   ├───Email\n│   │   ├───License\n│   │   ├───Proyects\n│   │   │   └───Templates\n│   │   ├───Role\n│   │   ├───UserLicense\n│   │   │   └───Confirmation\n│   │   └───Users\n│   │       ├───Confirmation\n│   │       ├───Login\n│   │       └───Register\n│   ├───Models\n│   ├───Security\n│   │   ├───IdGenerator\n│   │   └───Users\n│   └───Views\n│       ├───Confirmation\n│       ├───Dashboard\n│       │   └───NewFolder1\n│       ├───Element\n│       ├───Error\n│       ├───Login\n│       ├───Profile\n│       ├───Proyects\n│       ├───Register\n│       ├───Shared\n│       │   └───Assets\n│       │       ├───css\n│       │       ├───icon\n│       │       ├───img\n│       │       └───js\n│       └───User\n└───tools\n```\n\nAny bug, issue, feature request or question, feel free to open a [ticket issue](https://github.com/emimontesdeoca/lovis/issues), if possible use proper labels.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femimontesdeoca%2Flovis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femimontesdeoca%2Flovis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femimontesdeoca%2Flovis/lists"}