-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathISSUES
36 lines (23 loc) · 1.01 KB
/
ISSUES
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
No built in support for hierarchical structures:
1.) adjacency list
2.) nested set
3.) Closure table
4.) path enumeration
--------------------------------------------------
No mechanism to do reverse of rake ie. go from model
definitions to build out database tables.
--------------------------------------------------
No support for namepaces which I believe could be highly
beneficial.
--------------------------------------------------
No documentation and commenting is almost inexistent.
--------------------------------------------------
Local copy out of sync with main branch on git.
--------------------------------------------------
Add git ignore for model directory. Nothing in the model
directory should be version controlled. To that light perhaps
move model directory outside of library.
--------------------------------------------------
Move configuration outside of library. I'm thinking
this is the best move so a single library copy can be used to
manage multiple configurations or model directories.