|
@@ -2,15 +2,37 @@
|
|
"Controllers": {
|
|
"Controllers": {
|
|
"MyPaymentSchedule": {},
|
|
"MyPaymentSchedule": {},
|
|
"MyTeams": {
|
|
"MyTeams": {
|
|
- "fields": [
|
|
|
|
- "uid|UID|text",
|
|
|
|
- "hcp_pro_id|HCP|text",
|
|
|
|
- "ally_pro_id|Ally|text",
|
|
|
|
- "client_count|Client Count|number|readonly"
|
|
|
|
|
|
+ "model": "Team",
|
|
|
|
+ "list": [
|
|
|
|
+ "uid",
|
|
|
|
+ "hcp_pro_id hcpProName()",
|
|
|
|
+ "ally_pro_id allyProName()",
|
|
|
|
+ "client_count"
|
|
],
|
|
],
|
|
- "add": "/api/teams/new",
|
|
|
|
- "edit": "/api/teams/update/:id",
|
|
|
|
- "delete": "/api/teams/delete/:id"
|
|
|
|
|
|
+ "single": [
|
|
|
|
+ "uid",
|
|
|
|
+ "deactivated_at",
|
|
|
|
+ "deactivation_memo",
|
|
|
|
+ "is_active isActive()",
|
|
|
|
+ "reactivated_at",
|
|
|
|
+ "reactivation_memo",
|
|
|
|
+ "client_count",
|
|
|
|
+ "client_count_refreshed_at",
|
|
|
|
+ "team_number",
|
|
|
|
+ "hcp_pro_id hcpProName()",
|
|
|
|
+ "ally_pro_id allyProName()",
|
|
|
|
+ "type"
|
|
|
|
+ ],
|
|
|
|
+ "edit": [
|
|
|
|
+ "is_active bool",
|
|
|
|
+ "team_number number",
|
|
|
|
+ "ally_pro_id select Pro name_display id",
|
|
|
|
+ "hcp_pro_id select Pro name_display id",
|
|
|
|
+ "type"
|
|
|
|
+ ],
|
|
|
|
+ "add_api": "/api/teams/new",
|
|
|
|
+ "edit_api": "/api/teams/update/:id",
|
|
|
|
+ "delete_api": "/api/teams/delete/:id"
|
|
},
|
|
},
|
|
"MyClients": {
|
|
"MyClients": {
|
|
|
|
|