Giter Site home page Giter Site logo

kapt-labs / bugboard Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 1.0 376 KB

Improves bugherd users' efficiency by providing a fast, simple and intuitive interface for the feedbacks.

License: GNU General Public License v3.0

Python 77.50% CSS 3.18% JavaScript 4.61% HTML 14.71%

bugboard's Introduction

bugboard's People

Contributors

adrien-delhorme avatar corentinbettiol avatar kapt avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

kapt

bugboard's Issues

last commented view is not perfect

The "last commented" view should not include our comments.

The goal is to find comments on tasks with the tag "done", when customers have thought of something and have decided not to create a new task and to comment on tasks already completed.

These comments are generally not seen by our team, since the tagged tasks "done" are considered closed (in our workflow we pass a task in "done" when the task is finished, and customers pass it in "closed" to validate the change).

Pouvoir rafraîchir l'état d'une task

Le but serait de pouvoir faire le ménage après une session d'éradication de tasks, plutôt que de devoir attendre la prochaine exécution du script updatebbdb --all.

display comments

We need to display the comments that are saved by the updated.

Maybe by displaying only the last comment, and adding a <summary> element containing all the other comments?

Do not display "done" tasks that do not have a response from a customer

Currently, tasks considered completed and waiting for a response from the customer (closing the task or comment post) are displayed in the various lists, but are ultimately only a source of pollution.

image

Solution:
Do not display "done" tasks without comments or where the last comment is from a member (and not a guest) on the assignees' pages and on the unassigned tasks page.

populate/update databases

The bugherd api can be used to gather data (members, projects, tasks in projects, and then comments in tasks in projects).

We want to have some scripts that, when launched, will:

  • script 1: add members, add projects, automatically iterate through projects and add new tasks
  • script 2: iterate through local tasks, delete "closed" tasks, and update update dates of tasks
  • script 3: iterate through local tasks and get the comments for each task

Tasks are not properly updated

After a db reset I noticed that the tasks are not updated when using manage.py updatebbdb --all or manage.py updatebbdb -t (update stored tasks; get admin link, get priority).
The problem is this condition:

if (
pytz.UTC.fromutc(
(
datetime.datetime.strptime(
t["updated_at"], "%Y-%m-%dT%H:%M:%S.%fZ"
)
)
)
> task.updated_at

admin_link & priority are updated (even for the first time) only if the distant task was updated since it was downloaded.

Lancement manuel

Serait il possible de rajouter un bouton pour lancer manuellement la tache qui importe les bugs ?

Liste des assignee pas à jour

On ne fait qu'ajouter des assignés à la liste quand on update une tâche.
Il faudrait en fait ajouter les assignés qui sont pas dans la table locale et enlever les assignés qui sont en local mais plus en ligne.

create different views

The goal here is to allow the users to display the most interesting data using predefined orders:

  • unnassigned
  • last commented
  • last created
  • assigned to
  • all

and to order them by creation date (oldest first, newest first).

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.