actions sorters

This commit is contained in:
Radu Ioan Fericean
2012-07-03 16:38:43 +03:00
parent 4dce1c216f
commit d8b86cb270
12 changed files with 324 additions and 240 deletions

View File

@@ -1,7 +1,7 @@
Tag,ActionsTag,TimingTag
STANDARD_ABO,SOME,WEEKLY_SAME_TIME
STANDARD_ABO,SOME,WEEKLY_SAME_TIME
STANDARD_ABO,SOME,WEEKLY_SAME_TIME
STANDARD_ABO,SOME,ONE_TIME_RUN
STANDARD_ABO,SOME,FIRST_DAY_OF_MONTH
MORE_MINUTES,MINI,ONE_TIME_RUN
Tag,ActionsTag,TimingTag, Weight
STANDARD_ABO,SOME,WEEKLY_SAME_TIME,10
STANDARD_ABO,SOME,WEEKLY_SAME_TIME,10
STANDARD_ABO,SOME,WEEKLY_SAME_TIME,10
STANDARD_ABO,SOME,ONE_TIME_RUN,10
STANDARD_ABO,SOME,FIRST_DAY_OF_MONTH,10
MORE_MINUTES,MINI,ONE_TIME_RUN,10
1 Tag ActionsTag TimingTag Weight
2 STANDARD_ABO SOME WEEKLY_SAME_TIME 10
3 STANDARD_ABO SOME WEEKLY_SAME_TIME 10
4 STANDARD_ABO SOME WEEKLY_SAME_TIME 10
5 STANDARD_ABO SOME ONE_TIME_RUN 10
6 STANDARD_ABO SOME FIRST_DAY_OF_MONTH 10
7 MORE_MINUTES MINI ONE_TIME_RUN 10