rote icon indicating copy to clipboard operation
rote copied to clipboard

future state?

Open ryjm opened this issue 4 years ago β€’ 3 comments

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).

ryjm avatar May 28 '20 03:05 ryjm

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. πŸ˜…

lukechampine avatar May 28 '20 17:05 lukechampine

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 < [email protected] > 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 ).

ryjm avatar May 28 '20 18:05 ryjm

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.

lukechampine avatar May 28 '20 18:05 lukechampine