0% found this document useful (0 votes)
211 views1 page

Digital Complain Box PDF

This document outlines the schema for a complaint management system, including tables for profiles, users, permissions, categories, complaints, votes, statuses, notifications and more. Relationships between the tables are defined through foreign keys. Common fields like id, created/updated fields are defined for all tables.

Uploaded by

Miladul GCL
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
211 views1 page

Digital Complain Box PDF

This document outlines the schema for a complaint management system, including tables for profiles, users, permissions, categories, complaints, votes, statuses, notifications and more. Relationships between the tables are defined through foreign keys. Common fields like id, created/updated fields are defined for all tables.

Uploaded by

Miladul GCL
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Note: status, created_by, updated_by, created_at, updated_at fields are common for all tables

profiles users permission_role divisions

+ id + id + id + id

+ user_id + name + permission_id + title_en

+ user_details(encoded data with json) + display_name + role_id + title


+ total_points + email + bbs_code

+ total_resolved + password

+ total_blacklisted(How many time) + role_id

+ total_decoded + user_type_id
permissions districts
+ jurisdiction_level
+ id + id
+ division_id
+ key + division_id
+ district_id
+ display_name + title_en
+ upazila_id
+ group_name + title
permission_user + union_id
+ bbs_code
+ id + mobile_verified(bool)
+ nid_verified(bool)
+ permission_id
+ mobile_nid_verified(bool)
+ user_id
+ status
roles upazilas
+ id + id
user_types
+ name + district_id
+ id
+ title_en
+ title + title
categories
+ short_code + bbs_code
+ id

+ title
status
+ id
unions
+ title + id
complains + short_code black_lists
+ upazila_id
+ id + is_active + id
+ title_en
+ user_id + user_id + title
+ category_id + complain_id + bbs_code
+ reference_id votes + remark
+ title + id + status
+ description + blacklisted_by
+ complain_id
+ total_up_vote + blacklisted_at settings
+ user_id
+ total_down_vote + judge_by + id
+ vote_type(up/down)
+ resolved_by + judge_at
+ site_title
+ resolved_date + investigated_by
+ site_description
+ remark + investigated_at
+ site_logo
complain_status
+ status + reference_number
+ site_loader
+ id
+ reference_file
+ site_favicon
+ complain_id
+ site_tags(json_format)
+ status
+ admin_logo
+ status_update_time
decode_logs + admin_loader
+ remark
+ id + investigation_time_limit*

+ user_id
+ black_list_id
+ log_type
notifications notification_user
+ ip_address
+ id + id
+ device_info
+ title + notification_id
+ request_info
+ description + user_id
+ response_info
+ type + is_read
+ status
+ user_types(json_format) + read_at
+ send_email + is_mail_send(null)
+ status

You might also like