Skip to content

Latest commit

 

History

History
67 lines (59 loc) · 2.68 KB

TODO.md

File metadata and controls

67 lines (59 loc) · 2.68 KB
  • delete session if jira rejects access
  • allow to use zero original estimate
  • cannot use start over if no local changes are present, but anyway data is oudated
  • stick east (right) panels to the top
  • pick default category for new item from filter
  • filter items by status
  • able to edit remainig
  • show details for parent +prefix [] (options - DB, QA, GUI, DOC) +title [] (text) +description [] (text) +estimatimation [] (number) -link with another subtask (?)
  • add row
  • delete row +calculate avarage statictics +total 10 hours +dirty time 20 hours +15 hours DEV and 5 QA
  • calculate remaining
  • ability to view existing stories with subtasks
  • use last label to create next task
  • persist in local storage per root task
  • filter by category
  • navigate between text inputs with Ctrl + Arrows
  • add new row with enter on last field
  • go to next input with enter on current
  • autocomplte for summary
  • oauth2 authentication
  • show panel with help/tips
  • per subtask validation
  • reorder rows with drag and drop
  • show snackbar notifications
  • take devision from main task
  • pie char drilldown
  • ability to update existing subtasks
  • better ux for loaded-not-loaded main story
  • prevent changing current issue(?)
  • open tool from jira URL
  • current user panel
  • move jira issue details panel to the left

mogrify -crop 1920x1080+1360+0 20171208183351.jpg ls -1tr *.jpg > files.txt mencoder -ovc x264 -mf w=1920:h=1080:fps=10:type=jpg 'mf://@files.txt' -o screenlapse.avi

Выложил значительно обновленную версию тула, теперь она готова к реальному практическому применению:

  • Сохраниение всех изменений в браузере, обновление страницы не приведет к потери данных
  • Сохрание введенного пароля
  • Расширенный список возможных категорий (GUI, CORE, QA, DB, DEV, IMDB, DOC, OTHER)
  • Возможность редактирования description сабтаски
  • Разбение категорий по цветам
  • Пометка категории цветом в списке сабтаскок и на графике
  • Возможно фильтрации по категории
  • Корректный подсчет времени gj правилам Jira (8 hours = 1 days, 5 days = 1 week)
  • Отображение Jira статуса сабтаски

Create symlink for nginx sudo ln -sf $PWD/nginx.conf /etc/nginx/conf.d/effective-waffle.conf

$ openssl genrsa -out jira.pem 1024 $ openssl rsa -in jira.pem -pubout -out jira.pub

https://devup.co/jira-rest-api-oauth-authentication-in-node-js-2f8d226a493a