📑 Project management tool with ticket system for teams or single developers.
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.
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, if possible use proper labels.
This project is licensed under the MIT License - see the LICENSE file for details