Project

General

Profile

Actions

Task #97

open

Raasi Master

Added by Dana Basheer 21 days ago. Updated 21 days ago.

Status:
Resolved
Priority:
High
Assignee:
Start date:
02/12/2026
Due date:
02/12/2026 (21 days late)
% Done:

0%

Estimated time:

Description

Raasi Master is a reference/master table used to store Zodiac (Raasi) names required for astrological details in a matrimony platform. It ensures standardized zodiac data, avoids manual entry errors, and supports horoscope-based filtering and future compatibility logic.

Table

raashi_master

Field Name Data Type Key Description

  • id INT PK Unique identifier for each raasi
  • raasi_name VARCHAR — Name of the zodiac sign
  • is_active BOOLEAN — Status of the raasi

Validation

id

  • Auto-increment
  • Primary key
  • Not editable from UI

raasi_name

  • Mandatory (NOT NULL)
  • Minimum 2 characters
  • Maximum 100 characters
  • Must be unique (case-insensitive)
  • Alphabetic characters only
  • No leading or trailing spaces
  • Duplicate values not allowed

is_active

  • Mandatory

  • Default value: true

  • Accepts only boolean values (true / false)

  • Cannot be NULL

  • Only active raasi values should appear in user dropdowns

  • Inactive raasi should:
    *Not be selectable for new users
    *Still appear for existing user profiles

  • Raasi records must not be deleted once linked to any user

Actions #1

Updated by Dana Basheer 21 days ago

  • Description updated (diff)
Actions #2

Updated by Dana Basheer 21 days ago

  • Description updated (diff)
Actions #3

Updated by Navyamol KB 21 days ago

  • Status changed from New to In Progress
Actions #4

Updated by Navyamol KB 21 days ago

  • Status changed from In Progress to Resolved
Actions

Also available in: Atom PDF