Hi,
I would really like to use countdown for the following use case:
- a script creates countdowns based on external data
- users can log in and see a dashboard of about to expire and just expired countdowns
I was going to tackle the first part of the task by adding conduit methods for countdown. The second part would perhaps be easier once the dashboard stuff is live.
I got stuck creating the conduit interface. I created classes and updated the map:
https://github.com/jamescasbon/phabricator/commit/77fb781f695c8245ee010dce06f01b972dd8a144
However, when I request the conduit interface definition, I don't see entries for my countdown methods. Am I missing something? Do I have to register countdown as a conduit application?