Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6671719
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T03:25:20+00:00 2026-05-26T03:25:20+00:00

I have developed a website (PHP) that allow staffs to add records on to

  • 0

I have developed a website (PHP) that allow staffs to add records on to our system.

Staffs will be adding thousands of records into our database.

I need a way to keep track of what record have been done and the process/status of record.

Here a number of Teams I could think of:

  1. Data Entry Team

  2. Proof Reading Team

  3. Admin Team

When staff (Data Entry Team) completed a record – he/she will then click on the Complete button. Then somehow it should asssign to ‘Proof Reading Team’ automatically.

A record need to be checked twice from a Proof Reading Team. If StaffB finish proof reading then another member from Proof Reading Team need to check it again.

When Proof reading is done, Admin Team will then assign “Record Completed”

In a few months later record might need to be updated (spelling mistake, price change, etc) – Admin might to assign record to Data entry team.

Is this good data entry management solution? How do I put this into Database Design perspective?

Here what I tried:

mysql> select * from records;
+----+------------+----------------------+
| id | name       | address              |
+----+------------+----------------------+
|  1 | Bill Gates | Text 1 Text  Text 1  |
|  2 | Jobs Steve | Text 2 Text 2 Text 2 |
+----+------------+----------------------+


mysql> select * from staffs;
+----+-----------+-----------+---------------+
| id | username  | password  | group         |
+----+-----------+-----------+---------------+
|  1 | admin1    | admin1    | admin         |
|  2 | DEntryA   | DEntryA   | data_entry    |
|  3 | DEntryB   | DEntryB   | data_entry    |
|  4 | PReadingA | PReadingA | proof_reading |
|  5 | PReadingB | PReadingB | proof_reading |
+----+-----------+-----------+---------------+


mysql> select * from data_entry;
+----+------------+-----------+------------------------+
| id | records_id | staffs_id | record_status          |
+----+------------+-----------+------------------------+
|  1 |          2 |         3 | data_entry_processiing |
|  2 |          2 |         3 | data_entry_completed   |
|  3 |          2 |         4 | proof_read_processing  |
|  4 |          2 |         4 | proof_read_completed   |
|  5 |          2 |         5 | proof_read_processing  |
|  6 |          2 |         5 | proof_read_completed   |
+----+------------+-----------+------------------------+

Is there alternative better solution of database design?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T03:25:21+00:00Added an answer on May 26, 2026 at 3:25 am

    i think design it’s well done. but may be you want to separate group into groups table, and record_status into status table. If you’re storing a lot of records you would store a lot of useless information, at least create an enum type for record_status field and group field

    table: groups
    id – name
    1 – admin
    2 – data_entry
    3 – proof_reading

    …

    table: status
    id – name
    1 – data_entry_processing
    …

    and if you want the users to be in different groups at a time, you could create users_group table

    table: user_groups
    group_id – user_id
    1 – 1
    2 – 1
    1 – 4
    3 –
    4
    4 – 4
    ….

    Hope this helps

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a website developed in php and Joomla.Now i want to add a
I am a PHP beginner. I have developed a social networking website similar to
So I have developed a website with the main page named as home.php. I
i have developed a simple php contact form, that's working fine, but i am
I have a website website1.com on Apache server developed using PHP and deployed in
I have a Wordpress website that was customized by a php developer. He created
i have developed my website in VS2010. is there any tool freely available which
I have a website developed in ASP.NET and VB.NET which has a place for
I have a website developed in Umbraco CMS, I would like to re-write old
I have developed an ASP.NET MVC 2 website, and now need to deploy it

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.