inmanjlai / codeTracker

CodeTracker is a simple online code editor, that makes use of CodeMirror's code editor and Skulpt's Python to JavaScript translator. User authentication is handled by PocketBase, using their provided JavaScript SDK.
https://inmanjlai.github.io/codeTracker/
1 stars 1 forks source link

added save file and log events functionality - Pocket base needs two … #4

Closed saquibrazak closed 1 year ago

saquibrazak commented 1 year ago

Need Pocket base with two collections:

events: eventtype - String userid - string

codedocs: filename - string code - string userid - string

inmanjlai commented 1 year ago

Looking into this now