-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathskygear-cms-revamp-0.1.slide
50 lines (38 loc) · 1.38 KB
/
skygear-cms-revamp-0.1.slide
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
Skygear CMS Ravamp 0.1
Skygear
24 Nov 2017
Roy Yuen
Oursky
* So what is it?
- We have rewritten the Skygear CMS
- Thanks Kenji :) and later on Joseph's involvement
- Original CMS was powered by ng-admin and hated by everyone.
- Hard to customize
* What do we want to achieve in the new Skygear CMS?
- Show user list
- CRUD of custom tables
- Mass Push notification panel with custom receipient group
- Keep using conifguration files for CMS setup. If anything really custom needed, can create new page with DOM manipulation.
* DEMO
- Listing
- Show
- Edit
- Different fields walkthrough
* Config file
* Auth related
- The web app will call a lambda function for general record:save and all related functions such as login, and that lambda function will intercept and inject the master key to Skygear server.
* What's next?
- Add new record page
- Mass Push notification panel
- Import CSV for single record type
- Export CSV for single record type
- Create a site wise file field to upload (for cross table import usage) to call lambda function
- Create a site wise button (for cross table export usage) to call lambda function
- Custom action button in top of record listing page, record list records to call lambda function
- Filter / Search
- WYSIWYG editor support
- ACL support when creating / editing record
- Style polishing
- Add new custom page ability
- Tab grouping