cleanup: refactor api architecture & add user roles

This commit is contained in:
Jordan Knott
2020-07-04 18:02:57 -05:00
parent a3958595cd
commit eaffaa70df
141 changed files with 12487 additions and 3792 deletions

74
api/data/dark_colors.toml Normal file
View File

@ -0,0 +1,74 @@
[[color]]
name = "red"
color = '#e8384f'
position = 1
[[color]]
name = "orange"
color = '#fd612c'
position = 2
[[color]]
name = "yellow_orange"
color = '#fd9a00'
position = 3
[[color]]
name = "yellow"
color = '#eec300'
position = 4
[[color]]
name = "yellow_green"
color = '#a4cf30'
position = 5
[[color]]
name = "green"
color = '#62d26f'
position = 6
[[color]]
name = "blue_green"
color = '#37c5ab'
position = 7
[[color]]
name = "aqua"
color = '#20aaea'
position = 8
[[color]]
name = "blue"
color = '#4186e0'
position = 9
[[color]]
name = "indigo"
color = '#7a6ff0'
position = 10
[[color]]
name = "purple"
color = '#aa62e3'
position = 11
[[color]]
name = "magenta"
color = '#e362e3'
position = 12
[[color]]
name = "hot_pink"
color = '#ea4e9d'
position = 13
[[color]]
name = "pink"
color = '#fc91ad'
position = 14
[[color]]
name = "cool_gray"
color = '#8da3a6'
position = 15

16
api/data/dark_colors.yml Normal file
View File

@ -0,0 +1,16 @@
colors:
red: '#e8384f'
orange: '#fd612c'
yellow_orange: '#fd9a00'
yellow: '#eec300'
yellow_green: '#a4cf30'
green: '#62d26f'
blue_green: '#37c5ab'
aqua: '#20aaea'
blue: '#4186e0'
indigo: '#7a6ff0'
purple: '#aa62e3'
magenta: '#e362e3'
hot_pink: '#ea4e9d'
pink: '#fc91ad'
cool_gray: '#8da3a6'