Skip to content

Rename Thread table to Mission and Response table to Module_data #44

@thibaud-perrin

Description

@thibaud-perrin

📝 Issue Description

Rename the Thread table to Mission table, and refactor its fields.
Rename the Response table to Module_data table, and refactor its fields.

🚀 Objective

The objective of this issue is to improve the clarity and maintainability of the database schema by renaming the tables and refactoring their fields to better reflect their purpose and usage.

🐞 Steps to Reproduce

  1. Go to the database schema.
  2. Locate the Thread and Response tables.
  3. Observe the current names and fields of these tables.

💰 Business Impact

Renaming and refactoring these tables will enhance the readability and maintainability of the database schema, which can lead to improved development efficiency and reduced errors in the long term.

📝 Task List

  • Rename the Thread table to Mission.
  • Refactor the fields in the Mission table.
  • Rename the Response table to Module_data.
  • Refactor the fields in the Module_data table.
  • Update all references to these tables in the codebase.

💡 Potential Solution

To resolve this issue, we need to:

  1. Execute SurrealQL commands to rename the tables.
  2. Modify the schema definitions to update the fields.
  3. Update the application code to reflect these changes.

📈 Priority

High 🚨

Metadata

Metadata

Assignees

No one assigned

    Labels

    type-featureA feature request or enhancement

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions