lukechampine / rote

A flashcard app for Landscape
MIT License
31 stars 4 forks source link

future state? #2

Open ryjm opened 4 years ago

ryjm commented 4 years ago

any plans on this after hackathon? wondering if you'd want to combine efforts a bit - looks like you've done some stuff here that i've yet to get around to in srrs (deck imports, proper flashcard page, much better documented).

lukechampine commented 4 years ago

tbh I'd prefer to keep this app pretty barebones, and maintain it more as a tutorial rather than a full-featured app. To that end, I could definitely use some help on the frontend side of things. rote renders weirdly in a few places, and doesn't work at all on mobile. πŸ˜…

ryjm commented 4 years ago

sure i'll take a look. frontend is definitely the biggest pain in the ass when developing a gall app. wish we had a typescript template or something...

what about Β an 'export deck to another gall app' feature? would be a good example of agent to agent communication and as a stepping stone to more advanced stuff. imo there aren't enough examples of how powerful agents as building blocks can be (rote β†’ srrs gives rote spaced repetition and srrs import deck functionality).

On Thu, May 28, 2020 at 1:26 PM, Luke Champine < notifications@github.com > wrote:

tbh I'd prefer to keep this app pretty barebones, and maintain it more as a tutorial rather than a full-featured app. To that end, I could definitely use some help on the frontend side of things. rote renders weirdly in a few places, and doesn't work at all on mobile. πŸ˜…

β€” You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub ( https://github.com/lukechampine/rote/issues/2#issuecomment-635487926 ) , or unsubscribe ( https://github.com/notifications/unsubscribe-auth/AAPYHE3RF4K7M35U6TOSZRLRT2NFXANCNFSM4NMWCP6A ).

lukechampine commented 4 years ago

Exporting could be cool, although technically rote already has examples of agent-to-agent communication: it communicates with launch, as well as with rote agents running on other ships. It would also be neat to integrate with groups: you should be able to import all of the decks in a group. Not sure how much work is required there, but if groups are intended to be the centerpiece of OS1, it makes sense for an example app to support them.