-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpatterns
More file actions
executable file
·39 lines (35 loc) · 787 Bytes
/
patterns
File metadata and controls
executable file
·39 lines (35 loc) · 787 Bytes
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
passwords files apart from instance
mapping urls -> pages
allows intuitive urls mapped to intuitive internal structure
intuitive based on context (user vs programmer)
mapping urls -> files
container performing common actions
load functionality
autoloader
debugging
forms
url analysis
db class
result form choice
hash, array
lazy loading
require login function
forms default extracted from model
validation default extracted from model
Common Filters
forTitle
stucture
js
css
Files download to temp position until pass filter
Form validation
model defines filters
field has filter?
test filters
field required? and field failed filter?
field has error?
save error
field breaks further parsing?
break
didn't fail filter?
passed.append(field)