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

The Archive Base Latest Questions

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

In Meetup.com, when you join a meetup group, you are usually required to complete

  • 0

In Meetup.com, when you join a meetup group, you are usually required to complete a profile for that particular group. For example, if you join a movie meetup group, you may need to list the genres of movies you enjoy, etc.

I’m building a similar application, wherein users can join various groups and complete different profile details for each group. Assume the 2 possibilities:

  1. Users can create their own groups and define what details to ask users that join that group (so, something a bit dynamic — perhaps suggesting that at least an EAV design is required)
  2. The developer decides now which groups to create and specify what details to ask users who join that group (meaning that the profile details will be predefined and “hard coded” into the system)

What’s the best way to model such data?

More elaborate example:

The “Movie Goers” group request their members to specify the following:

  • Name
  • Birthdate (to be used to compute member’s age)
  • Gender (must select from “male” or “female”)
  • Favorite Genres (must select 1 or more from a list of specified genres)

The “Extreme Sports” group request their member to specify the following:

  • Name
  • Description of Activities Enjoyed (narrative form)
  • Postal Code

The bottom line is that each group may require different details from members joining their group. Ideally, I would like anyone to create a group (ala MeetUp.com). However, I also need the ability to query for members fairly well (e.g. find all women movie goers between the ages of 25 and 30).

  • 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-26T19:45:26+00:00Added an answer on May 26, 2026 at 7:45 pm

    For something like this….you’d want maximum normalization, so you wouldn’t have duplicate data anywhere. Because your user-defined tables could possibly contain the same type of record, I think that you might have to go above 3NF for this.

    My suggestion would be this – explode your tables so that you have something close to 6NF with EAV, so that each question that users must answer will have its own table. Then, your user-created tables will all reference one of your question tables. This avoids the duplication of data issue. (For instance, you don’t want an entry in the “MovieGoers” group with the name “John Brown” and one in the “Extreme Sports” group with the name “Johnny B.” for the same user; you also don’t want his “what is your favorite color” answer to be “Blue” in one group and “Red” in another. Any data that can span across groups, like common questions, would be normalized in this form.)

    The main drawback to this is that you’d end up with a lot of tables, and you’d probably want to create views for your statistical queries. However, in terms of pure data integrity, this would work well.

    Note that you could probably get away with only factoring out the common fields, if you really wanted to. Examples of common fields would include Name, Location, Gender, and others; you could also do the same for common questions, like “what is your favorite color” or “do you have pets” or something to that extent. Group-specific questions that don’t span across groups could be stored in a separate table for that group, un-exploded. I wouldn’t advise this because it wouldn’t be as flexible as the pure 6NF option and you run the risk of duplication (how do you predetermine which questions won’t be common questions?) but if you really wanted to, you could do this.

    There’s a good question about 6NF here: Would like to Understand 6NF with an Example

    I hope that made some sense and I hope it helps. If you have any questions, leave a comment.

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

Sidebar

Related Questions

I'm trying to read a calendar feed from http://meetup.com/ , but it seems that
First, an example of what I'm trying to do: If you go to http://www.meetup.com
We are trying to hit the meetup.com api using jquery's getJSON() method and are
I have a web app that create groups. Each group gets their own discussion
Last night I was at a Boston Python Meetup that described various Python implementations.
So i have this script: <?php $query = mysql_query( SELECT meetup AS text, id
Hi I have a Joomla site with a template that has 2 columns. One
I want to create a one page site that will use Facebook Connect and
I am looking for the ruby/rails gem that deals with the Authentication API for
I've been meaning to use jQuery Mobile for a client project that is to

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.