-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a roadmap #4
Comments
Got a doc generation site auto-deploying: https://polis-community.github.io/red-dwarf/ |
It's nice you wrote all this. It would be nice to prioritize now. Some notes:
=> I think metadata are orthogonal to the clustering. At least for a first version.
=> I don't think we should care, since it's an advanced feature that requires holding state. I don't think the lib function should hold any state. The user of the library can remember when they last updated the conversation polis data by using the lib. What's interesting is incremental re-calculation for performance purpose, but this should come only later, and only if really needed, for performance reason. We can simply make a specific API for incremental recalculation, and it's up to the library user to store the state of the incremental results for each conversation. I will open an issue to describe the functions API I have in mind for the basic functionalities of the library. |
Going to start scaffolding out a loose roadmap. For now, it will be a single issue list of tasks, just as things take shape.
This is a work-in-progress body of text.
Meta
The text was updated successfully, but these errors were encountered: