Skip to content

BADGES: Make system of user badges #2

Description

@fet1sov

Description

Every user want's to have ability to customize his own profile.
Make a system of user badges and user nickname color with expiration date
Make a category inside the settings panel which allows link badge and nick color by using channel id.

List of functionality requirements

Backend

  • Connect the SQLite and PostgreSQL library to the project
    • Create table inside database called profiles with fields:
      • id as PRIMARY KEY
      • yt_channel_id as TEXT (Youtube channel id)
      • badge_name as TEXT (Semantic name of channel badge)
      • user_color as TEXT (HEX color of user nickname)
    • Create class which stores data from database and caches it for a session
    • Check every message does have user a badge or nickname color
    • Show user message with badge and color from database
    • Don't show expired nickname and badges

Frontend

  • Markdown the category with users where user can flexible configure the user badge, nickname color, expiration date (allow do the never expiration)

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions