acmpesuecc / bunsamosa-bot

BunSamosa Bot is the official bot for ACM PESUECC's Hacknight 2024
0 stars 0 forks source link

feat: storage for issue assignment tracking #1

Open achyuthcodes30 opened 1 month ago

achyuthcodes30 commented 1 month ago

Task

Add a storage layer for the following information: 1) List of issues with status (Assigned/Unassigned) 2) Handle of the current Assignee for an issue 3) Fast lookups to check if a contributor is currently assigned or not

Why?

This layer facilitates checks for issue hogging to ensure contributors are working on only one issue at a time

Optional

1) Store time information (see #2)

From Linear

image