Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emimontesdeoca/lovis
📑 Project management tool with ticket system for teams or single developers.
https://github.com/emimontesdeoca/lovis
asp-net entity-framework project project-management ticket-management ticketing-system tickets
Last synced: about 1 month ago
JSON representation
📑 Project management tool with ticket system for teams or single developers.
- Host: GitHub
- URL: https://github.com/emimontesdeoca/lovis
- Owner: emimontesdeoca
- License: mit
- Created: 2017-04-28T04:40:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-13T11:42:42.000Z (about 7 years ago)
- Last Synced: 2023-10-20T19:41:01.927Z (about 1 year ago)
- Topics: asp-net, entity-framework, project, project-management, ticket-management, ticketing-system, tickets
- Language: C#
- Homepage:
- Size: 1.14 MB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Lovis
📑 Project management tool with ticket system for teams or single developers.## About
Lovis 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.
## Contributing
Even if Lovis is not MVC, I did serpate stuff in folders, this is the structure:
```
├───docs
├───src
│ ├───Controllers
│ │ ├───Const
│ │ ├───Dashboard
│ │ ├───Elements
│ │ ├───Email
│ │ ├───License
│ │ ├───Proyects
│ │ │ └───Templates
│ │ ├───Role
│ │ ├───UserLicense
│ │ │ └───Confirmation
│ │ └───Users
│ │ ├───Confirmation
│ │ ├───Login
│ │ └───Register
│ ├───Models
│ ├───Security
│ │ ├───IdGenerator
│ │ └───Users
│ └───Views
│ ├───Confirmation
│ ├───Dashboard
│ │ └───NewFolder1
│ ├───Element
│ ├───Error
│ ├───Login
│ ├───Profile
│ ├───Proyects
│ ├───Register
│ ├───Shared
│ │ └───Assets
│ │ ├───css
│ │ ├───icon
│ │ ├───img
│ │ └───js
│ └───User
└───tools
```Any bug, issue, feature request or question, feel free to open a [ticket issue](https://github.com/emimontesdeoca/lovis/issues), if possible use proper labels.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details