joystick
joystick copied to clipboard
A full-stack JavaScript framework for building stable, easy-to-maintain apps and websites.
Passing thought. Because the testing framework runs a separate copy of the app on port 1977, testing errors could be hidden from a developer. It'd be helpful if we could...
Standardize helpers for errors, endpoint definitions, etc. Add documentation on API design in general.
This attribute is now obsolete and shouldn't be present in any HTML on client or server.
Just stumbled across this, had no idea this was a thing: https://nodejs.org/api/util.html#utiltypes. Rip out our built-in type checks (they work but add unnecessary weight) and swap with this if there...
Wish this would have come to mind sooner. The big pain in the butt with SQL is mapping values for queries in your code. Would be nice to have something...
Finding a lot of common functions that are being copy-pasted across the projects. Would be good to consolidate in a separate package and make that a dependency in @joystick.js/node, @joystick.js/ui,...
Create an @joystick.js/mongodb @joystick.js/postgresql packages and standardize driver connections
This just came up in relation to the testing portion of Joystick. Both the app framework and the test framework need access to databases in the exact same way. I'm...
Make sure to standardize all commands and support for Unix and Windows.
Doing a refactor to get testing up and running and noticing a good amount of inconsistency in how modules are written. For the sake of predictability and clarity, I'd like...
This just came up. Would be helpful to get around the CSRF stuff manually by passing an `x-api-token` header that can be set in your settings file at something like...