callumf222 / Setap

0 stars 0 forks source link

Export/Import events #2

Open BSmith23 opened 1 year ago

BSmith23 commented 1 year ago

Need a menu that allows the user to export an event as a sharable string (in any form, prefereably small so it can be copied to the clipboard) A seperate menu inside the "create event" tab that allows the user to import the sharable string which will automatically create the event and add it to their own DB

BSmith23 commented 1 year ago

Needs to read the information from inside a CSV or a JSON, copy it and then convert the plaintext into something more manageable . On the other end the information needs to be converted back into CSV / JSON format and reinserted into the other users application.

BSmith23 commented 1 year ago

committed the bare bones copy/paste functions

BSmith23 commented 1 year ago

finished on the share branch, code got copied over to homepage branch