Project

General

Profile

Actions

Feature #35

open

Polarity - Feature #27: Allow questions on proposals

Allow inserting of question on proposals

Added by Cyber Collie about 1 month ago. Updated 14 days ago.

Status:
Testing
Priority:
Normal
Assignee:
Start date:
03/08/2026
Due date:
% Done:

80%

Estimated time:

Description

  • allow inserting questions as children of proposals and disputes

  • prohibit questions as children of questions

  • prohibit proposals as children of proposals

  • add column discussion_elements.question_count

    • integer that counts the number of child questions a discussion element has
    • count of the is incremented whenever a question is inserted
    • ALTER TABLE `polarity`.`discussion_elements` 
      ADD COLUMN `question_count` INT UNSIGNED NOT NULL DEFAULT '0' AFTER `proposal_count`;
      
  • discussion_elements.question_count needs to be sent to the client, when a discussion is fetched

Actions #1

Updated by Cyber Collie about 1 month ago

  • Description updated (diff)
  • Status changed from New to In Progress
  • Assignee set to Cyber Collie
  • Start date set to 03/08/2026
Actions #2

Updated by Cyber Collie about 1 month ago

  • Description updated (diff)
Actions #3

Updated by Cyber Collie about 1 month ago

  • Description updated (diff)
Actions #4

Updated by Cyber Collie about 1 month ago

  • % Done changed from 0 to 100
Actions #5

Updated by Cyber Collie about 1 month ago

  • Target version deleted (alpha_1.1.0_aardvark)
Actions #6

Updated by Cyber Collie about 1 month ago

  • Description updated (diff)
  • % Done changed from 100 to 80
Actions #7

Updated by Cyber Collie about 1 month ago

  • Description updated (diff)
Actions #8

Updated by Cyber Collie 14 days ago

  • Description updated (diff)
Actions #9

Updated by Cyber Collie 14 days ago

  • Description updated (diff)
Actions #10

Updated by Cyber Collie 14 days ago

  • Status changed from In Progress to Testing
Actions

Also available in: Atom PDF