Page MenuHomePhabricator

[IMPLEMENTATION] Back end: create the database layers for the tables: ce_question_answers, ce_question_aggregation,ce_event_questions
Closed, InvalidPublic

Description

As a Developer I want to create the DB layers for the tables below.

  • ce_question_answers (EventQuestionAnswersStore) See T339259 and T339257
    • insert, update, delete
  • ce_question_aggregation (EventQuestionAggregationStore) See T336858
    • insert, update
  • ce_event_questions (EventQuestionsStore) See T340125
    • insert (we do not need update or delete for the MVP )

Event Timeline

cmelo renamed this task from Back end: create the database layers for the tables: ce_question_answers, ce_question_aggregation,ce_event_questions to [IMPLEMENTATION] Back end: create the database layers for the tables: ce_question_answers, ce_question_aggregation,ce_event_questions.May 17 2023, 12:33 PM
cmelo removed ldelench_wmf as the assignee of this task.
cmelo created this task.
cmelo edited subscribers, added: Daimona, MHorsey-WMF, ldelench_wmf; removed: ifried, Aklapper, AJones.
Daimona updated the task description. (Show Details)

The creation of these components is now tracked in separate tasks, each focusing on a single feature, see task description.