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 8455101
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T12:11:53+00:00 2026-06-10T12:11:53+00:00

For a web application I need to make some kind of checklist for users.

  • 0

For a web application I need to make some kind of checklist for users. The checklist is administrated by a special administrator account and only he can edit the checklist. Each user has it’s own checklist with certain conditions which has to be checked when that condition is met. Also I added a textbox for any comments (if there are any)

I constructed a few tables in a MySQL database:
A users database which has the data of all registered users

A table called checklist properties with the following columns:

property_idnr | type | description

Next a table which links the user with the property with the following columns:

link_idnr | user_idnr | property_idnr | comments

Now my question is, did I set this up properly? Also, I am having a bit of an issue with the Query’s.. what is the best way to store these values in the database?

I hope someone is able to help me out with this, if you need any more information, please ask!

  • 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-06-10T12:11:55+00:00Added an answer on June 10, 2026 at 12:11 pm

    Your schema looks reasonable. To get the list for a given user, you would use a query like this:

    select clp.type
    from CheckListLink cll join
         CheckListProperties clp
         on cll.property_id = clp.property_id
    where cll.user_id = <user_id>
    

    What I would suggest adding is an ordering column into the CheckListLink table. Different users may have their check list ordered in different ways. Also, I would add a datetime column to all the tables, so you know when the records were created.

    Storing the values . . . Well, you need a way to set up the possible items in the check list. And, then you need a way for users to choose the items they want in their check list. From a database perspective, this is just a question of various insert statements (perhaps deletes as well). The bigger challenge is on the UI side.

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

Sidebar

Related Questions

I need to make an web application to manage posts, when a post is
I need to make a section in my web application that has multiple forms,
I'm writing a web application and need to initialize some parameters that I'm pulling
I'm working on a web application and need some help with a query. I'm
I am building a web application that will need to allow users to save
I'm writing a web application where I need to pass some user data to
I have a web application where users can add recommendations , post comments etc
I'm developing a Web application. I need to display some decimal data correctly so
I'm trying to make some ajax-functionality in my web application, but I cannot get
I need to make some UI part in javascript for android application for that

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.