Skip to content

add hierarchical model#35

Merged
DeadIndian merged 1 commit into
DeadIndian:mainfrom
satyam0827:model
Aug 20, 2025
Merged

add hierarchical model#35
DeadIndian merged 1 commit into
DeadIndian:mainfrom
satyam0827:model

Conversation

@satyam0827
Copy link
Copy Markdown
Contributor

@satyam0827 satyam0827 commented Aug 20, 2025

🚀 Pull Request

Description

According to Concept_node.md file i have added required models for that below is the list of models I have added :

  1. Organization Model
  2. Enhanced User Model
  3. Event Model
  4. Task Model
  5. TaskSubmission Model
  6. Shop Item Model
  7. Purchase Model
  8. Point Transaction Model

Related Issue

Link the issue this PR closes or addresses

Example: Closes #42

Type of Change

  • Bug fix 🐛
  • New feature 🌟
  • Enhancement ⚡
  • Documentation update 📚
  • Refactoring ♻️

How Has This Been Tested?

The code has been tested on local server.

Relationships

Organization (1) ←→ (Many) Users
Organization (1) ←→ (Many) Events
Organization (1) ←→ (Many) ShopItems
Event (1) ←→ (Many) Tasks
Task (1) ←→ (Many) TaskSubmissions
User (1) ←→ (Many) TaskSubmissions
User (1) ←→ (Many) PointTransactions
User (1) ←→ (Many) Purchases

Include screenshots of UI changes, error fixes, or new features

Checklist

  • I followed the Contributing Guide
  • My code follows the project’s style guidelines
  • I performed a self-review of my code
  • I updated documentation where necessary
  • My changes generate no new warnings

Comment thread server/.env.example
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you remove this?

Copy link
Copy Markdown
Owner

@DeadIndian DeadIndian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Im going to merge this pr this time. but dont touch un-related code from next time ;)

@DeadIndian DeadIndian added GSSoC'25 Part of GSSoC'25 program 2⭐⭐ Medium labels Aug 20, 2025
@DeadIndian DeadIndian merged commit 28b46d9 into DeadIndian:main Aug 20, 2025
@DeadIndian DeadIndian added level 2 Intermediate/medium enhancement New feature or request labels Aug 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2⭐⭐ Medium enhancement New feature or request GSSoC'25 Part of GSSoC'25 program level 2 Intermediate/medium

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Addition of pr create automate message

3 participants