-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
61 lines (39 loc) · 1.69 KB
/
README
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
58
59
60
61
# Interface Admin mark III --------------
## Setup ----------------------------
Install the core caribou api repository: https://github.com/kaleidomedallion/caribou
Add the following to your /etc/hosts file:
127.0.0.1 api.caribou.local
127.0.0.1 admin.caribou.local
ngingx
Include the respective nginx config files from each repository in your main nginx config,
and swap out the root paths to point to your installation directory.
Apache httpd
Include the respective Apache *-vhost config files from each repository in your main httpd config,
making sure to change the root paths to point at your local installation directory.
## Usage ----------------------------
Navigate to http://admin.caribou.local
Enjoy!
## FIXME
REMOVE ASSOCIATIONS
closing out of the last option in a multiple select doesn't allow the user to collapse the dropdown
this may be a chosen bug, have to use backspace to delete the last option
!show 'part' link or name in table views
## TODO
viewspec
page tree handling, sorting, blah'ing
## NOTES
viewspecs
create a viewspec model
if a viewspec model exists then I can show the toggle fields button
model has a reference to the type of view, and to the field type on the model
+-----------+------------+
| model_id | view |
+-----------+------------+
| 1 | 'edit' |
+-----------+------------+
then each time I render a table, I have to do a lookup on that model, which means I need to load that data upfront
there would be a custom view that has a list of all the models
for each model the user can see a list of fields with checkboxes
they default to shown
e.g. Status [view] [edit] [list]
use strategies to set defaults