-
Notifications
You must be signed in to change notification settings - Fork 0
/
tasklist.txt
64 lines (52 loc) · 1.93 KB
/
tasklist.txt
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
Features
- Login wth Company Code ✅
- Account Master Customer creation. GST and FSSAi Number. Group Name : Sundry Debtors ✅ Need to add validation for GST and input field
- Product Master by Group Name, then create orders https://quickbillbook.com/SalesOrder.aspx
- UI Changes Done ✅
New Features:
- Watchman should be able to see the visitor details
- Member should get to see the visitor on screen
- Remove button for J Register just Like Add Button Done ✅
- ScrollView for J Register Done ✅npx expo start
- Preview of J Register Form Done ✅
- UI Changes Done ✅
- Choose type of Property: residential or commercial Done ✅
- Add Flat Provision for J Register
- JSON issue
// - Remove Year Prefix from all forms
New Features:
- Notification setup Done ✅
- Notification sending to particular user Done ✅
- Backend Endpoint to support notification sending to specific user Done ✅
- Allow and Deny Buttons configuration on Notification Done ✅
- Member should send 'Yes' or 'No' when visitor is approved Done ✅
- Watchman should get notification when visitor is approved Done ✅
- Members should get to see who have visited their flat. Done ✅
New Features discussed on Friday
- J RegisterFlat Document Upload (Images, PDF) ✅ Done
- Announcements - ✅ Done
- Voting Poll Notes (Painting) ✅ Done
- Emergency Numbers - ✅ Done
--------------------------
Pending Features:
- Vote-Poll Configuration where one user can vote only one option. ✅ Done
- Admin should be able to see the vote count ✅ Done
- Loader for every post and get request
Not needed now:
- Gate Pass for friends and relatives : QR Code Generation
Settings:
- Approval Flow
- Visitor
- Gate Pass
1. Input Validation in Visitors ✅
2. View Visitors FlatList key Issue ✅
3. Member Selection in Send package request
type VisitorData = {
id: string;
date: string;
name: string;
wingName: string;
flatNumber: string;
mobileNumber: string;
photo: string;
};