TheRedScreen64 / radix-chat

The new era of social media — almost
GNU General Public License v3.0
2 stars 0 forks source link

Feature: users vote for discussion topic #3

Open TheRedScreen64 opened 8 months ago

TheRedScreen64 commented 8 months ago

Done in:

Backend Note: voting system done, todo: daily topics

TheRedScreen64 commented 8 months ago

@nosehad What would you say?

  1. Should there be a title and content field for topics? (I would say only title)
  2. Is a max length of 100 characters ok for topics?
  3. Is the int limit a problem for counting votes with an int (or is bigint better)?
  4. Can a user only vote for one topic each day or multiple?
nosehad commented 8 months ago
  1. Title Field and Description (content field)
  2. i would suggest 100 for title and 2000 for description
  3. bigint better since int only supports upto 2 billion values
  4. one topic each day