You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.
Following the discussion started on kiwicom slack.
Let's add some tags to all the requirements we're parsing. we can:
get tags from pypi, github, gitlab etc.
create some tags automatically - e.g. based on text in docs, usage etc. -> we can use some NLP stuff - e.g. LDA (or I believe there will be some service for it)
allow some people to manage tags
We can combine all 🔝 3 approaches (that would be most cool), but we can start with first one as it should be the easiest :)
If we have tags, we can allow to search/group by them to answer question like:
What lib are we using for serialization?
Which async framework should I use to follow company standard?
etc.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Following the discussion started on kiwicom slack.
Let's add some tags to all the requirements we're parsing. we can:
We can combine all 🔝 3 approaches (that would be most cool), but we can start with first one as it should be the easiest :)
If we have tags, we can allow to search/group by them to answer question like:
The text was updated successfully, but these errors were encountered: