Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Start caching search responses (#1132)
* feat(migrations): add table for user notification * feat(models): add new model for user notification * feat(migrations): add new file for issue 1130 migrations * refactor(backend): switch to new notification model * refactor(frontend): extract component to add images to workout * feat(frontend): allow uploading images for workout * fix(frontend): make btn to upload images to workout more indicative * refactor(backend): change name of function * feat(frontend): add pro validation for workout level images * refactor(backend): change the location of inputs * refactor(backend): parse value in service itself * refactor(backend): do not use inline structs * refactor(backend): new struct for empty cache values * feat(backend): cache metadata search query * refactor(backend): use new generics for getting cache value * feat(backend): cache people search query * refactor(backend): change names of functions * fix(services/misc): use correct return types * feat(backend): cache metadata group search query * refactor(services/cache): change order of attributes * refactor(backend): generic struct for cache key * refactor(backend): more generic structs for cache key * refactor(migrations): change name of module * feat(frontend): add pro validation for workout level images * feat(frontend): error handling when uploading image in current workout * feat(frontend): display workout level images
- Loading branch information