summaryrefslogtreecommitdiffstats
path: root/docs/routes.txt
blob: c95a2c46165664e71d72e366e36f937b926dd122 (plain) (blame)
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
# routes for site

## main

/
/home
/tags
/tag/<tag.tag>
/about
/series
/series/<series_id>
(/artists
/artist/<artist_id>
/artist/<artist_id>/contact)
/contact
/works
/work/<work_id>
/license/<license>

## admin

/admin/login
/admin/login?token=<token>
login path, sign in with otp code sent to email

### requires auth

/admin
/admin/dashboard
links to:
- works
- series
- artists
- settings

/admin/works
- lists works in library
- ability to jump into works edit
- select works on page to:
  - delete
  - add to series
  - tag/untag
  - edit license
- delete individual work
- add new work
(some kind of library view which can be adapted for different uses)

/admin/work/new
- create new work to add to library
- form

/admin/work/<work_id>
- work edit page
- option to delete work
- shows which series work is in
- shows which tags work is in
- form

/admin/work/<work_id>/delete
- delete work

/admin/series
- shows series tree structure
- ability to drag and reorder tree
- ability to delete series
  - confirm if also delete works in series from library
- jump into series edit
- add new series

/admin/series/new
- create new series
- form

/admin/series/<series_id>
- series edit page
- can add works
  - from library
  - create new
- rearrange elements
- remove elements from series
  - if deleting a child series, ask if also want to remove works within from library
- option to delete series

/admin/series/<series_id>/delete
- delete series
- option to delete works within series

/admin/artists
- if single user, redirects to your page
- else lists all users

/admin/artist/new
- create new artist/user form

/admin/artist/<artist_id>
- edit artist profile

/admin/artist/<artist_id>/delete
- delete artist from db

/admin/tags
- lists tags that have been created
- click into tag goes to /admin/works?tag=<tag.tag>

/admin/licenses
- lists available licenses
- ability to add or delete licenses

/admin/settings
-