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

  • Home
  • SEARCH
  • 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 9188861
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T20:06:50+00:00 2026-06-17T20:06:50+00:00

I am trying to make a forum which has users who create topics in

  • 0

I am trying to make a forum which has users who create topics in various categories. Other users can post replies
these are my tables below

categories
  id 
  category_title
  category_description
  last_post_date
  last_user_posted

posts
  id
  category_id
  topic_id
  post_creator
  post_content
  post_date 

topics
  id
  category_id
  topic_title
  topic_creator
  topic_last_user
  topic_date
  topic_reply_date
  topic_views

users
  id
  username
  password
  email
  forum_notification

Im having a problem creating a uml class diagram for my forum but im kind of confused i can up with one diagram below for users but i do not know how i can create the rest

  ┌─────────────────────────┬
  │  Users                  │
  ├─────────────────────────┬
  |username: String         |
  |password: String         |
  ├─────────────────────────┼
  |+logIn()                 |
  |+logOut()                | 
  ├─────────────────────────┼
  • 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-17T20:06:52+00:00Added an answer on June 17, 2026 at 8:06 pm

    First of all you should know that you need to do some more “Behavioral Diagrams” that show what should happen on the system, to give a deeper understand about how to design the “Structure Diagrams” which describe the system more technically if I should say. Example of behavioral diagrams are Use Case diagrams and Sequence diagrams.

    Structure diagrams show the things in a system being modeled. In a
    more technical term they show different objects in a system.
    Behavioral diagrams shows what should happen in a system. They
    describe how the objects interact with each other to create a
    functioning system.

    Then we have to go through your question, “Class Diagram”, in brief

    Class diagrams show the
    classes in a system, attributes and operations of each class and the
    relationship between each class. In most modeling tools a class has
    three parts, name at the top, attributes in the middle and operations
    or methods at the bottom. Different
    relationships between diagrams are show by different types of Arrows.

    As an example

      ┌─────────────────────────┬
      │  Users                  │
      ├─────────────────────────┬
      │id: int                  |
      |username: String         |
      |password: String         |
      |email: String            |  
      |forum_notification: bool |
      ├─────────────────────────┼
      |+logIn()                 |
      |+logOut()                | 
      |+Reqigster()             |
      |+CreateTopic()           |
      |+EditTopic()             |
      |+AddNewPost()            |
      |+EditPost()              |
      |+DeletePost()            |
      |+SendMessage()           |
      |+ReportIssue()           |
      ├─────────────────────────┼
                | ..1
                |
                |
                |
                |
                | 0..*
      ┌─────────────────────────┬
      │  Posts                  │
      ├─────────────────────────┬
      │id: int                  |
      |category_id: int         |
      |topic_id: int            |
      |post_creator: int        |  
      |post_content: String     |
      |post_date: DateTime      |
      ├─────────────────────────┼
      |+PostDelete()            |
      |+PostUpdate()            | 
      |+UpdateContent()         |
      |+GetViewers()            |
      |+ChangeCategory()        |
      ├─────────────────────────┼
    

    On posts class you will keep working by linking that Class with Categories and topics classes and so on. beer always in mind that you should think about the relation between all your entities.

    Good luck.

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

Sidebar

Related Questions

I'm trying to make a button for my form which has an image background
I am trying to make a forum. I already have the login and registration
This is my first question to this forum. I am trying to make this
I am trying to make a page that allows users to select 8 checkboxes
I am trying to make a site which uses different Fusion Tables. There is
I've got an small issue, I'm trying to make my own forum, but I
I'm making a web page using CGI scripting which has a form users need
I am trying to provide drop down menus so that users can select their
I'm trying to make a simple image browser for TinyMCE which I am using
I'm trying to make a pull down menu post a form when the user

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.