Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

Lovis



build status


build status


Donate a coffee!


Donate a coffee!


📑 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