Skip to content
This repository was archived by the owner on Oct 5, 2024. It is now read-only.

Feature: users vote for discussion topic #3

Open
1 of 2 tasks
TheRedScreen64 opened this issue Feb 15, 2024 · 2 comments
Open
1 of 2 tasks

Feature: users vote for discussion topic #3

TheRedScreen64 opened this issue Feb 15, 2024 · 2 comments
Labels
Milestone

Comments

@TheRedScreen64
Copy link
Owner

TheRedScreen64 commented Feb 15, 2024

Done in:

  • Frontend
  • Backend

Backend Note:
voting system done, todo: daily topics

@TheRedScreen64 TheRedScreen64 changed the title jeden Tag neues Topic, von usern gevotet Feature: users vote for discussion topic Feb 26, 2024
@TheRedScreen64 TheRedScreen64 added this to the Release milestone Feb 26, 2024
@TheRedScreen64
Copy link
Owner Author

TheRedScreen64 commented Feb 27, 2024

@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
Copy link
Collaborator

nosehad commented Mar 1, 2024

  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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants