-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplan.txt
More file actions
113 lines (90 loc) · 2.81 KB
/
Copy pathplan.txt
File metadata and controls
113 lines (90 loc) · 2.81 KB
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
Notification Service
-- API
-- Google Push Notifications
-- Push Notifications to android devices
-- Google Calender Notifications
-- Push Notifications to google calender
-- SMS Notifications
-- Push Notifications to phone numbers
-- Email Notifications
-- Send notifications to given emails
-- Notification Scheduler Service
-- Schedules a notifications using any of those above services
Booking Service
-- API
-- Create a booking (done)
-- Cancel a booking (done)
-- Confirm a booking (admin will confirm the booking by adding the invoice) (done)
-- Get list of bookings (done)
-- Filters
-- time
-- type of booking
Permission Service
-- API
-- make only some urls to admin access (done)
-- block (done)
Sessions Service
-- API
-- Create a session (done)
-- Delete a session (done)
-- update/extend a session (if a session is created for 1 day, we should be able to alter the session time)
Registration Service
-- API
-- USER
-- Create a user under particular agency (done)
-- Activate a user (done)
-- Delete a user (done)
-- Block or Deactivate a user (done)
-- Make/create admin user (done)
-- Agency
-- Create agency (done)
-- Activate a agency (done)
-- Delete a agency
-- Block or deactivate a agency
Login Service
-- API
-- Authenticate the user (done)
Items Service
-- API
-- Item
-- Create a Item (must include Item type) (done)
-- Delete a Item (done)
-- Update a Item (price / attributes) (done)
-- List of Items
-- Filters
-- type of products (done)
-- Item Type
-- Create item type (done)
-- Update Item Type (done)
-- Delete Item type (done)
Delivery Service
-- API
-- Create Delivery
-- Single Delivery for single booking (done)
-- Multiple Deliveries for Single booking
-- Cancel Delivery
-- Track Delivery
-- Update / Reschedule / Postpone Delivery
-- Get List of Deliveries
-- Filters to get list
-- Time
-- Status of Delivery (like confirmed or pending etc)
Payment Service
"This service tracks, calculates and updates the payments. It also notifies the user about the payments"
-- API
-- Cron for payment reminders
Documents/Reports Generation Service
"This service will generate reports based on the bussiness logic"
-- API
-- Cron for some reports to get generate
Files Transfer Service
"This service is used to download particular files from the system"
-- API
Feedback Service
"This service will accept the feedback messages and notifies the admin about respective feedback"
-- API
CMS Service
-- New Updates Service
-- API
-- Personal Message Service
-- API