Skip to content
This repository has been archived by the owner on Apr 7, 2020. It is now read-only.

First try

Compare
Choose a tag to compare
@corentinbettiol corentinbettiol released this 22 Oct 09:27
· 28 commits to master since this release

This release of image contains 2 things:

  • 3 update scripts, that can update db with the latest members, projects, tasks, assignees, comments & tasks.
    • When a task is updated, if it is closed then it is deleted from the local db.
  • Some views that gather the important contents in one page (with newest/oldest ordering possibility);
    • Unnassigned: gather the new tasks (or the old forgotten tasks 👻)
    • Last commented: the most important view, because it display only the last clients comments (thanks to the request of the death - #4)
    • Last created: shiny new tasks here!
    • Per-assignee views: the tasks assigned to image Insert team member name here
    • All the tickets: the ol' classic "please break my db" loop.

image


Bonus

A casual looking title with a very stylish logo and some statistics:

image


Its not perfect, some values are hardcoded, inactive projects are not removed from the db... It's a first try.