hackertab.dev icon indicating copy to clipboard operation
hackertab.dev copied to clipboard

Consider make technology selection dynamically

Open Dentrax opened this issue 4 years ago • 1 comments

We have to select one of the pre-defined technologies in the dropdown list by design:

Screen Shot 2021-11-02 at 10 46 28

I just wanted to add more tech stacks like: docker, kubernetes, etc. Here is the my proposal:

We can add custom textbox or something here as an input: Screen Shot 2021-11-02 at 10 49 46

And then we need to ensure that at least there is subreddit or dev.to tag about the given tag:

  • if subreddit not found, it's fine to add in dev.to section only
  • if dev.to not found, it's fine to add in subreddit section only

Wdyt?

cc: @medyo

Dentrax avatar Nov 02 '21 07:11 Dentrax

Actually, that's not that simple, We need to make sure the new tag is available in all other cards (not only dev.to and reddit) and crawl the right content, otherwise this will ruin the user experience by providing empty data or broken ui for some tags. Me & @Chouikane are still looking for alternative methods on how to solve this in a smooth way. Please don't hesitate to share your thoughts.

medyo avatar Nov 03 '21 11:11 medyo