GithubHelp home page GithubHelp logo

botsie / dirt Goto Github PK

View Code? Open in Web Editor NEW
8.0 8.0 9.0 1.73 MB

A frontend for BestPractical Request Tracker

License: Apache License 2.0

Ruby 40.97% Graphviz (DOT) 34.79% CSS 5.33% JavaScript 18.37% Python 0.54%

dirt's People

Contributors

botsie avatar nobelium avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dirt's Issues

UI Changes: long rectangle instead of small square

the card are shown in small square. its pretty hard to figure which card is for what.
Subjective opinion - Its pretty hard to get context by looking at card this way. A long rectangle can help probably.

Notepad - ticket comments are added as separate comments rather than ticket body

When the user enters the following in notepad, for example:

* task1 @owner.id
- describe task1

The text "describe task1" is added separately as a comment after the ticket is created with subject "task1". Instead, the "describe task1" text should be set as the ticket body at the time of ticket creation.

This makes the SysRT ticket page looks cleaner, and reduces the email volume. Currently, there will be 2 emails, one for ticket creation and another for ticket comment. This can be reduced to only one email.

Anonymous Read Only Views

When an unauthenticated user visits a taskboard, display a read only view of the board. He should be able to login in case he wants to make changes.

Clicking on the ticket link in Taskboard page doesn't open it

When the ticket link in the ticket box (in the Taskboard page) is clicked, it shows some modal dialog with content "some heading", "something about the ticket"; neither does the RT link get opened which is what is expected.

I think clicking on the blue link (with ticket ID) should open the RT page in new tab and clicking anywhere else in the box can show the modal dialog with some more basic info on the ticket.

Can't open taskboard with encoding error.

Playing around with our existing RT installations, I've got "Internal Server Error" when opening the projects' task board view.

I can't sort out, could you please dig in where needs something like encoding: utf-8?

My environments:
Debian 6 witn rvm ruby-1.9.3-p484
RT database (MySQL)
DiRT database (sqlite for testing)

192.168.1.1 - - [10/Apr/2014 11:42:53] "GET /projects/proj1 HTTP/1.1" 302 - 0.0010
I, [2014-04-10T11:42:53.437034 #4782]  INFO -- : (0.000238s) SELECT * FROM `projects` WHERE (`identifier` = 'proj1') LIMIT 1
I, [2014-04-10T11:42:53.437380 #4782]  INFO -- : (0.000148s) SELECT * FROM `projects` WHERE (`identifier` = 'proj1') LIMIT 1
Encoding::CompatibilityError - incompatible character encodings: UTF-8 and ASCII-8BIT:
        /usr/local/rvm/gems/ruby-1.9.3-p484@dirt/gems/haml-3.1.7/lib/haml/buffer.rb:120:in `push_text'
        (haml):10:in `block in render'
        /usr/local/rvm/gems/ruby-1.9.3-p484@dirt/gems/haml-3.1.7/lib/haml/engine.rb:191:in `eval'
        /usr/local/rvm/gems/ruby-1.9.3-p484@dirt/gems/haml-3.1.7/lib/haml/engine.rb:191:in `render'
        /root/dirt/controllers/01_controller.rb:38:in `block in haml'
        (haml):47:in `block in render'
        /usr/local/rvm/gems/ruby-1.9.3-p484@dirt/gems/haml-3.1.7/lib/haml/engine.rb:191:in `eval'
        /usr/local/rvm/gems/ruby-1.9.3-p484@dirt/gems/haml-3.1.7/lib/haml/engine.rb:191:in `render'
        /root/dirt/controllers/01_controller.rb:36:in `haml'
        /root/dirt/controllers/taskboard.rb:22:in `rescue in show'
        /root/dirt/controllers/taskboard.rb:18:in `show'
        /root/dirt/controllers/01_controller.rb:19:in `show'
        /root/dirt/application.rb:169:in `block in <class:Application>'
        /usr/local/rvm/gems/ruby-1.9.3-p484@dirt/gems/sinatra-1.3.3/lib/sinatra/base.rb:1265:in `call'
        /usr/local/rvm/gems/ruby-1.9.3-p484@dirt/gems/sinatra-1.3.3/lib/sinatra/base.rb:1265:in `block in compile!'
        /usr/local/rvm/gems/ruby-1.9.3-p484@dirt/gems/sinatra-1.3.3/lib/sinatra/base.rb:835:in `[]'
        /usr/local/rvm/gems/ruby-1.9.3-p484@dirt/gems/sinatra-1.3.3/lib/sinatra/base.rb:835:in `block (3 levels) in route!'
        /usr/local/rvm/gems/ruby-1.9.3-p484@dirt/gems/sinatra-1.3.3/lib/sinatra/base.rb:851:in `route_eval'
        /usr/local/rvm/gems/ruby-1.9.3-p484@dirt/gems/sinatra-1.3.3/lib/sinatra/base.rb:835:in `block (2 levels) in route!'
        /usr/local/rvm/gems/ruby-1.9.3-p484@dirt/gems/sinatra-1.3.3/lib/sinatra/base.rb:872:in `block in process_route'
        /usr/local/rvm/gems/ruby-1.9.3-p484@dirt/gems/sinatra-1.3.3/lib/sinatra/base.rb:870:in `catch'
        /usr/local/rvm/gems/ruby-1.9.3-p484@dirt/gems/sinatra-1.3.3/lib/sinatra/base.rb:870:in `process_route'
        /usr/local/rvm/gems/ruby-1.9.3-p484@dirt/gems/sinatra-1.3.3/lib/sinatra/base.rb:834:in `block in route!'
        /usr/local/rvm/gems/ruby-1.9.3-p484@dirt/gems/sinatra-1.3.3/lib/sinatra/base.rb:833:in `each'
        /usr/local/rvm/gems/ruby-1.9.3-p484@dirt/gems/sinatra-1.3.3/lib/sinatra/base.rb:833:in `route!'
        /usr/local/rvm/gems/ruby-1.9.3-p484@dirt/gems/sinatra-1.3.3/lib/sinatra/base.rb:936:in `dispatch!'
        /usr/local/rvm/gems/ruby-1.9.3-p484@dirt/gems/sinatra-1.3.3/lib/sinatra/base.rb:769:in `block in call!'
        /usr/local/rvm/gems/ruby-1.9.3-p484@dirt/gems/sinatra-1.3.3/lib/sinatra/base.rb:921:in `block in invoke'
        /usr/local/rvm/gems/ruby-1.9.3-p484@dirt/gems/sinatra-1.3.3/lib/sinatra/base.rb:921:in `catch'
        /usr/local/rvm/gems/ruby-1.9.3-p484@dirt/gems/sinatra-1.3.3/lib/sinatra/base.rb:921:in `invoke'
        /usr/local/rvm/gems/ruby-1.9.3-p484@dirt/gems/sinatra-1.3.3/lib/sinatra/base.rb:769:in `call!'
        /usr/local/rvm/gems/ruby-1.9.3-p484@dirt/gems/sinatra-1.3.3/lib/sinatra/base.rb:755:in `call'
        /usr/local/rvm/gems/ruby-1.9.3-p484@dirt/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context'
        /usr/local/rvm/gems/ruby-1.9.3-p484@dirt/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call'
        /usr/local/rvm/gems/ruby-1.9.3-p484@dirt/gems/rack-1.4.1/lib/rack/logger.rb:15:in `call'
        /usr/local/rvm/gems/ruby-1.9.3-p484@dirt/gems/rack-protection-1.2.0/lib/rack/protection/xss_header.rb:22:in `call'
        /usr/local/rvm/gems/ruby-1.9.3-p484@dirt/gems/rack-protection-1.2.0/lib/rack/protection/path_traversal.rb:16:in `call'
        /usr/local/rvm/gems/ruby-1.9.3-p484@dirt/gems/rack-protection-1.2.0/lib/rack/protection/json_csrf.rb:17:in `call'
        /usr/local/rvm/gems/ruby-1.9.3-p484@dirt/gems/rack-protection-1.2.0/lib/rack/protection/base.rb:47:in `call'
        /usr/local/rvm/gems/ruby-1.9.3-p484@dirt/gems/rack-protection-1.2.0/lib/rack/protection/xss_header.rb:22:in `call'
        /usr/local/rvm/gems/ruby-1.9.3-p484@dirt/gems/rack-1.4.1/lib/rack/logger.rb:15:in `call'
        /usr/local/rvm/gems/ruby-1.9.3-p484@dirt/gems/rack-1.4.1/lib/rack/commonlogger.rb:20:in `call'
        /usr/local/rvm/gems/ruby-1.9.3-p484@dirt/gems/sinatra-1.3.3/lib/sinatra/base.rb:136:in `call'
        /usr/local/rvm/gems/ruby-1.9.3-p484@dirt/gems/sinatra-1.3.3/lib/sinatra/base.rb:129:in `call'
        /usr/local/rvm/gems/ruby-1.9.3-p484@dirt/gems/rack-1.4.1/lib/rack/head.rb:9:in `call'
        /usr/local/rvm/gems/ruby-1.9.3-p484@dirt/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call'
        /usr/local/rvm/gems/ruby-1.9.3-p484@dirt/gems/sinatra-1.3.3/lib/sinatra/base.rb:99:in `call'
        /usr/local/rvm/gems/ruby-1.9.3-p484@dirt/gems/thin-1.5.0/lib/thin/connection.rb:81:in `block in pre_process'
        /usr/local/rvm/gems/ruby-1.9.3-p484@dirt/gems/thin-1.5.0/lib/thin/connection.rb:79:in `catch'
        /usr/local/rvm/gems/ruby-1.9.3-p484@dirt/gems/thin-1.5.0/lib/thin/connection.rb:79:in `pre_process'
        /usr/local/rvm/gems/ruby-1.9.3-p484@dirt/gems/thin-1.5.0/lib/thin/connection.rb:54:in `process'
        /usr/local/rvm/gems/ruby-1.9.3-p484@dirt/gems/thin-1.5.0/lib/thin/connection.rb:39:in `receive_data'
        /usr/local/rvm/gems/ruby-1.9.3-p484@dirt/gems/eventmachine-1.0.0/lib/eventmachine.rb:187:in `run_machine'
        /usr/local/rvm/gems/ruby-1.9.3-p484@dirt/gems/eventmachine-1.0.0/lib/eventmachine.rb:187:in `run'
        /usr/local/rvm/gems/ruby-1.9.3-p484@dirt/gems/thin-1.5.0/lib/thin/backends/base.rb:63:in `start'
        /usr/local/rvm/gems/ruby-1.9.3-p484@dirt/gems/thin-1.5.0/lib/thin/server.rb:159:in `start'
        /usr/local/rvm/gems/ruby-1.9.3-p484@dirt/gems/rack-1.4.1/lib/rack/handler/thin.rb:13:in `run'
        /usr/local/rvm/gems/ruby-1.9.3-p484@dirt/gems/rack-1.4.1/lib/rack/server.rb:265:in `start'
        /usr/local/rvm/gems/ruby-1.9.3-p484@dirt/gems/rack-1.4.1/lib/rack/server.rb:137:in `start'
        /usr/local/rvm/gems/ruby-1.9.3-p484@dirt/gems/rack-1.4.1/bin/rackup:4:in `<top (required)>'
        /usr/local/rvm/gems/ruby-1.9.3-p484@dirt/bin/rackup:23:in `load'
        /usr/local/rvm/gems/ruby-1.9.3-p484@dirt/bin/rackup:23:in `<main>'
        /usr/local/rvm/gems/ruby-1.9.3-p484@dirt/bin/ruby_executable_hooks:15:in `eval'
        /usr/local/rvm/gems/ruby-1.9.3-p484@dirt/bin/ruby_executable_hooks:15:in `<main>'
192.168.1.1 - - [10/Apr/2014 11:42:53] "GET /projects/proj1/taskboard HTTP/1.1" 500 30 0.0186

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.