Giter Site home page Giter Site logo

rolv-apneseth / just-a-tracker Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 225 KB

A bug tracker web app created in Python using Flask

Home Page: https://just-a-tracker.herokuapp.com/login

License: MIT License

Python 47.44% HTML 34.55% SCSS 13.43% Shell 0.07% JavaScript 3.84% Procfile 0.06% Mako 0.62%
webapp python flask databases

just-a-tracker's Introduction

just-a-tracker

just-a-tracker

Description

A bug tracker web app created in Python using Flask. A live demo can be found here hosted on Heroku.

  • Note: If you don't want to make an account and instead just want to see what the program is like, in the login screen, click the Demo button
  • Also please note that since the demo is hosted on Heroku, it may take a minute or two to initially load the site (Heroku puts apps to sleep after 30 minutes of inactivity)

Run locally

You can use the following steps if you want to run the server locally:

  1. Requires python 3.6+ to run. Python can be installed from here

  2. To download, click on 'Code' to the top right, then download as a zip file. You can unzip using your preferred program.

    • You can also clone the repository using: git clone https://github.com/Rolv-Apneseth/just-a-tracker.git
  3. Install the requirements for the program.

    • In your terminal, navigate to the project's root folder and run: python3 -m pip install -r requirements.txt
  4. To run the server, navigate further into the just-a-tracker/website/ folder and run: python3 main.py

  5. The webapp should then be accessible via your local host (http://127.0.0.1:5000/ for example)

Usage

  1. To start off, either sign up by creating a new account (just make any fake email address and name as you please as there is no verification) OR use one of the test accounts with the following details:
Username: Tester1
Password: Password123
  1. After signing up you should be redirected to the home page, which is the workspace hub. Here you can see all the workspaces you are associated with (none to begin with), and you can create a new workspace by filling out the form at the bottom of the page. You can then click on any workspace in the list and it will bring you to that workspace's page.

  2. On this page, you can see currently open bug reports. You can also open a new bug report by clicking on the first card, which will open up a form to be filled out. On this page you can also:

    • View who is currently associated with the workspace and add/remove other users if you have permission to do so
    • Reveal all the closed bug reports
    • If you are the owner of the workspace, you also have the option to delete it
    • Mark any bug as important, or close the bug report if the issue has been solved
    • Clicking on the title of the workspace will also open a new tab to the link provided for the project (if one was in fact provided)
  3. By clicking on the body of one of the bug reports you can reach the page for that bug report. On this page, you can view the discussion on the bug and comment on it yourself. You also have the same options for that bug report that were available on the workspace page.

just-a-tracker's People

Contributors

rolv-apneseth avatar

Stargazers

 avatar

Watchers

 avatar

just-a-tracker's Issues

Provide dummy credentials

So that people can easily try out the site without having to sign up. Also need to set up workspaces, issues and comments on that tester account.

Update README

Fully update readme, also including link to live heroku site.

Heroku application not working

Looking at the logs, it appears to be an issue with using environment variables in the way that theyr'e used here (not to mention that the .env file is not even included in the git repository) so this was a big oversight from me.

Looking at fixes to the issue, I can either try to use Heroku's config-vars, or I could remove .env system altogether as a fallback (probably shouldn't do that)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.