core
core copied to clipboard
Backend server API handling user mgmt, database, storage and real-time component
A simple web UI to upload, view and delete files. Uploading and deleting should trigger a message since if the user was using that file somewhere they might want to...
This will require 2 new database endpoints. This should take the same query logic as the `query` function in `db.go:167` and use the `UpdateMany` and `DeleteMany` functions respectively to update...
**Describe the bug** GitHub actions sometimes failed due to this test sometimes raising an error. I've seen it happened once in development as well. > error line:128: context deadline exceeded...
Since [5351407](https://github.com/staticbackendhq/core/commit/5351407015cca8c75e91d6f0c62db219e8afcd16) the web UI database page is not displaying the system collections, the one prefixed with `sb_` owned by StaticBackend. In #26 there were an item regarding adding a...
The admin web dashboard accessible at https://localhost:8099 is still a WIP. Here are some aspects that could be improved: 1. The database collection's listing of data is not optimal. 2....
In some use case a magic link via email or code via text message is preferred as authentication mechanism. Let's implement this the simple way with Twillio for text message...
Add tests for the created interface and a local implementation after completing #6
Sometimes, it's useful to have a count of how many records there is in a collection with or without filters. Adding a `Count` functions in all 3 `database` engine supported...
Need to add the PublishDocument trigger to the updateDocuments functions located in `database/postgresql/base.go:265` and `database/mongo/base.go:369` It will require a new function, something that can grab multiple documents by ID to...
There's missing functions from a server-side function PoV from the `internal.Volatilizer` (Cache / PubSub) interface that would be useful to have in functions. The custom server-side runtime is implemented in...