Name: Issue Tracker (https://issuetracker.brenner.app)
Description: This is a web app coded in Django, one of two most popular Python frameworks. Other technologies used include HTML, CSS, JS, W3.CSS, and PostgreSQL. It is a simple web app that allows for creation of a user, projects, and issues in a tree structure. It works like a bug tracker and was designed for use with software development use cases though it can be expanded in its scope to take on any kind of project or to-do list use case. This web app was modeled after the web app Jira.
Badges: none
Visuals: none
Installation: Please note that this is original code and is not open for public use on any website other than the one listed.
To install this Django app please follow the common steps affiliated with setup on a Linux server and with Django in general. PostgreSQL is used as the default database so this will need to be set up either on a separate server and then connected to the web server or setup within a hybrid environment such as a Heroku Dyno. Package that are required for installation are listed in the requirements.txt file at the top level of the root directory. Environment variables for password recovery and the secret key will need to be setup. The location of these in the file structure can be found in the settings.py file of the issue_tracker directory/internal app. Any other questions can be forwarded to collynbrenner@gmail.com.
Usage: link: https://issuetracker.brenner.app
Support: Please contact email collynbrennergmail.com with any concerns, issues, or suggestions for improvement.
Roadmap: Ambitions to expand the web app to include more features and multi-user project work capabilities are being considered but not prioritized at this time. It is expected that a redesign of the architecture is a prerequisite to these additions. Suggestions for improvement are welcome.
Contributing: All inquiries for contributing are case-by-case basis of which I'd like to converse on any ideas about or for the web app before making any allowances for contribution. You can contact me at collynbrenner@gmail.com.
Authors and acknowledgment: This app was designed and built by Collyn C. Brenner in the span of 5 weeks.
License: no open-source license
Project status: First iteration. Future iterations are within the projects vision but efforts in bringing about that vision are not prioritized for the moment. It is expected that an update to this website will come after more experience in web development.