alan-turing-institute / whatwhat

A reimagining of nowwhat in OCaml
MIT License
0 stars 0 forks source link

`github.ml` should return projects, not issues #50

Open triangle-man opened 1 year ago

triangle-man commented 1 year ago

Right now, the final part of github.ml says

let get_project_issues (project_name : string) = ...

Here "project" means "Github kanban board, which Github calls a project". But by the time we're here, we should have abstracted away from Github terminology to domain terminology, where "project" means "Hut23 project"