cryptogopher
|
b1be5e571a
|
Changed Unit uniqueness condtions to shortname only
|
2019-08-22 22:10:51 +02:00 |
|
cryptogopher
|
b0a02b7474
|
Added uniqueness constraint to Unit names
|
2019-08-22 17:57:31 +02:00 |
|
cryptogopher
|
b503f91e3b
|
Implemented UnitsController#create/destroy
|
2019-08-22 17:47:32 +02:00 |
|
cryptogopher
|
e9fc9c6475
|
Completed UnitsController#import and Unit index view
|
2019-08-22 01:12:37 +02:00 |
|
cryptogopher
|
8e7385cdcb
|
Removed Unit.group, added UnitsController#import
|
2019-08-21 22:54:13 +02:00 |
|
cryptogopher
|
fea736bd36
|
Changed Unit.type -> .group
Added Unit validations. Added default Units.
|
2019-08-16 19:29:23 +02:00 |
|
cryptogopher
|
8082e42225
|
Added Unit types
|
2019-08-15 22:30:15 +02:00 |
|
cryptogopher
|
b0789e6217
|
Added new Unit form
|
2019-08-10 23:31:20 +02:00 |
|
cryptogopher
|
2cd9900cea
|
Added units view and sidebar link
|
2019-08-09 12:43:28 +02:00 |
|
cryptogopher
|
40f39a955c
|
Added project menu, body_trackers#index and sidebar
|
2019-08-09 12:09:18 +02:00 |
|
cryptogopher
|
3e83693c28
|
Created BodyTrackers controller
command: rails generate redmine_plugin_controller body_tracking
body_trackers index
|
2019-08-08 22:33:58 +02:00 |
|
cryptogopher
|
045943938d
|
Created Units controlle
command: rails generate redmine_plugin_controller body_tracking units
create destroy
|
2019-08-08 21:59:40 +02:00 |
|
cryptogopher
|
6b1bd9a45e
|
Created Unit model
command: rails generate redmine_plugin_model body_tracking unit
name:string shortname:string type:integer
|
2019-08-08 21:46:26 +02:00 |
|
cryptogopher
|
19e3d54297
|
Added basic plugin description
|
2019-07-28 23:15:55 +02:00 |
|
cryptogopher
|
e3f56132dc
|
Base files cleanup
|
2019-07-28 22:52:53 +02:00 |
|
cryptogopher
|
50de8bf91e
|
Merge branch 'master' of https://github.com/cryptogopher/body_tracking
|
2019-07-28 22:48:51 +02:00 |
|
cryptogopher
|
d75bc4403d
|
Initial commit
|
2019-07-28 22:45:46 +02:00 |
|
cryptogopher
|
94971489d1
|
Adding autogenerated plugin files
command: rails generate redmine_plugin body_tracking
|
2019-07-28 22:42:50 +02:00 |
|