a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
comment
rob05c  ·  2733 days ago  ·  link  ·    ·  parent  ·  post: Devski Update: converted tags to SQL

As far as the API goes, the data necessary to make logins and serve private data is there, we could do it now. It just isn't on top of my priority list yet. We don't need everything in SQL, we could start making endpoints today.

When I say "dispatch", I simply mean taking HTTP requests and sending them to functions. It's much simpler than it sounds, especially in Racket. In fact, the existing API is already doing it.

These two are related. The same SQL Views are necessary to get the data for both a new app and the API.