- [ ] API Module - [ ] Add / Remove datapoints and Clusters - [ ] Test coordinate belongs to which cluster - [ ] Keyboard commands `/` - [ ] `/d add {X} {Y} {count}` - [ ] `/d rem {X} {Y} {count}` - [ ] `/c add {X} {Y}` - [ ] `/c rem {X} {Y}` - [ ] `/test {X} {Y}` - [ ] Bind Keyboard commands to methods in API Module - [ ] HTTP endpoints - [ ] Granular Add / Remove operations support - [ ] Bind HTTP endpoints to methods in API Module
//d add {X} {Y} {count}/d rem {X} {Y} {count}/c add {X} {Y}/c rem {X} {Y}/test {X} {Y}