This repository has been archived by the owner on Nov 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.todo
57 lines (57 loc) · 2.61 KB
/
.todo
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?xml version="1.0"?>
<todo version="0.1.20">
<note priority="veryhigh" time="1319041505" done="1319386202">
The elapsed time of the project should change when the duration changes
</note>
<note priority="medium" time="1317884658" done="1317889968">
Remove the last_id from File and Project as it's not needed.
</note>
<note priority="medium" time="1317884720" done="1317891752">
Add a default_scope to sort files and projects by their elapsed time
</note>
<note priority="medium" time="1317888883" done="1317895336">
Add a config file, a yaml file to configure watch_tower a section under database/environment should be added to configure the server's database... watch_tower should not be run unless the config file has been edited.
</note>
<note priority="medium" time="1317889118" done="1317980852">
Add a ci/travis.rb script which runs the tests under Travis-CI, needed because the config file added in todo number 3 won't exist and the current setup (sqlite) does not work with JRuby
</note>
<note priority="high" time="1318256016">
Figure out how to load assets from gems and remove the bundled jQuery files.
</note>
<note priority="high" time="1319386552">
Make it possible to add a new project, a project that can't be recognised by GitBased nor PathBased.
</note>
<note priority="medium" time="1317895354">
The Config module need some tests.
</note>
<note priority="medium" time="1317980873">
Convert the Editor module to be Enumerable for easier access to the list of editors
</note>
<note priority="medium" time="1317996464">
maybe use sinatra-simple-navigation gem
</note>
<note priority="medium" time="1318109702">
Add tracking by git branch, needs a branches table that belongs to a project and has many time_entries
</note>
<note priority="medium" time="1318258373">
Maybe use a Rails engine instead of Sinatra ?
</note>
<note priority="medium" time="1319386376">
Add support for ViM
</note>
<note priority="medium" time="1319386385">
Add support for Netbeans
</note>
<note priority="medium" time="1319386394">
Add support for Eclipse
</note>
<note priority="medium" time="1319386464">
Add support for Linux (it should work after adding ViM, Eclipse and Netbeans)
</note>
<note priority="medium" time="1319386476">
Add support for Microsoft Windows
</note>
<note priority="medium" time="1319386499">
Add support Microsoft Office (Word, Excel, Powerpoint)
</note>
</todo>