mirror of
https://github.com/DCsunset/taskwarrior-webui.git
synced 2025-08-18 21:43:06 +02:00
test(backend): add test data
This commit is contained in:
parent
107a91d9d1
commit
1a18ea3f8a
5 changed files with 46 additions and 0 deletions
3
backend/test/.task/backlog.data
Normal file
3
backend/test/.task/backlog.data
Normal file
|
@ -0,0 +1,3 @@
|
|||
{"description":"Test","entry":"20200705T092133Z","modified":"20200705T092133Z","status":"pending","uuid":"18909c75-bf27-40a5-ac21-2d84945f9ca0"}
|
||||
{"description":"This is a long description","entry":"20200705T092427Z","modified":"20200705T092427Z","priority":"H","project":"Test","status":"pending","uuid":"49e0b521-2deb-4bcc-8ee4-b7a58b12ce4c"}
|
||||
{"description":"Test","end":"20200705T121437Z","entry":"20200705T092133Z","modified":"20200705T121437Z","status":"deleted","uuid":"18909c75-bf27-40a5-ac21-2d84945f9ca0"}
|
1
backend/test/.task/completed.data
Normal file
1
backend/test/.task/completed.data
Normal file
|
@ -0,0 +1 @@
|
|||
[description:"Test" end:"1593951277" entry:"1593940893" modified:"1593951277" status:"deleted" uuid:"18909c75-bf27-40a5-ac21-2d84945f9ca0"]
|
1
backend/test/.task/pending.data
Normal file
1
backend/test/.task/pending.data
Normal file
|
@ -0,0 +1 @@
|
|||
[description:"This is a long description" entry:"1593941067" modified:"1593941067" priority:"H" project:"Test" status:"pending" uuid:"49e0b521-2deb-4bcc-8ee4-b7a58b12ce4c"]
|
10
backend/test/.task/undo.data
Normal file
10
backend/test/.task/undo.data
Normal file
|
@ -0,0 +1,10 @@
|
|||
time 1593940893
|
||||
new [description:"Test" entry:"1593940893" modified:"1593940893" status:"pending" uuid:"18909c75-bf27-40a5-ac21-2d84945f9ca0"]
|
||||
---
|
||||
time 1593941067
|
||||
new [description:"This is a long description" entry:"1593941067" modified:"1593941067" priority:"H" project:"Test" status:"pending" uuid:"49e0b521-2deb-4bcc-8ee4-b7a58b12ce4c"]
|
||||
---
|
||||
time 1593951277
|
||||
old [description:"Test" entry:"1593940893" modified:"1593940893" status:"pending" uuid:"18909c75-bf27-40a5-ac21-2d84945f9ca0"]
|
||||
new [description:"Test" end:"1593951277" entry:"1593940893" modified:"1593951277" status:"deleted" uuid:"18909c75-bf27-40a5-ac21-2d84945f9ca0"]
|
||||
---
|
31
backend/test/.taskrc
Normal file
31
backend/test/.taskrc
Normal file
|
@ -0,0 +1,31 @@
|
|||
# [Created by task 2.5.1 7/4/2020 02:05:59]
|
||||
# Taskwarrior program configuration file.
|
||||
# For more documentation, see http://taskwarrior.org or try 'man task', 'man task-color',
|
||||
# 'man task-sync' or 'man taskrc'
|
||||
|
||||
# Here is an example of entries that use the default, override and blank values
|
||||
# variable=foo -- By specifying a value, this overrides the default
|
||||
# variable= -- By specifying no value, this means no default
|
||||
# #variable=foo -- By commenting out the line, or deleting it, this uses the default
|
||||
|
||||
# Use the command 'task show' to see all defaults and overrides
|
||||
|
||||
# Files
|
||||
data.location=/home/luna/files/repository/taskwarrior-webui/backend/test/.task
|
||||
|
||||
# Color theme (uncomment one to use)
|
||||
#include /usr/share/doc/task/rc/light-16.theme
|
||||
#include /usr/share/doc/task/rc/light-256.theme
|
||||
#include /usr/share/doc/task/rc/dark-16.theme
|
||||
#include /usr/share/doc/task/rc/dark-256.theme
|
||||
#include /usr/share/doc/task/rc/dark-red-256.theme
|
||||
#include /usr/share/doc/task/rc/dark-green-256.theme
|
||||
#include /usr/share/doc/task/rc/dark-blue-256.theme
|
||||
#include /usr/share/doc/task/rc/dark-violets-256.theme
|
||||
#include /usr/share/doc/task/rc/dark-yellow-green.theme
|
||||
#include /usr/share/doc/task/rc/dark-gray-256.theme
|
||||
#include /usr/share/doc/task/rc/dark-gray-blue-256.theme
|
||||
#include /usr/share/doc/task/rc/solarized-dark-256.theme
|
||||
#include /usr/share/doc/task/rc/solarized-light-256.theme
|
||||
#include /usr/share/doc/task/rc/no-color.theme
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue