Commit Graph

43 Commits (a7573d57057694927daa1a20f24dbc0c668711e6)

Author SHA1 Message Date
boojack a7573d5705
refactor: migrate memo to apiv1 (#1907)
* refactor: migrate memo to apiv1

* chore: update

* chore: update

* chore: update

* chore: upate

* chore: update

* chore: update
2 years ago
boojack 1fa9f162a5
refactor: migrate resource to apiv1 (#1901) 2 years ago
boojack de8014dfe8
feat: resource store cache (#1742) 2 years ago
boojack ea728d232d
refactor: memo store (#1741) 2 years ago
boojack 9b8d69b2dd
chore: add vacuum memo relation to dev guard (#1644)
* chore: add vacuum memo relation to dev guard

* chore: update
2 years ago
boojack 4419b4d4ae
chore: update version and remove isDev flag (#1452)
* chore: update version and remove isDev flag

* chore: update
2 years ago
boojack 1cab30f32f
feat: add public id field to resource (#1451)
* feat: add public id field to resource

* feat: support reset resource link
2 years ago
boojack 41c50e758a
chore: revert resource visibility changes (#1444) 2 years ago
CorrectRoadH 424f10e180
feat: request pagination for resource(#1425)
* feat: add support for resource page on frontend

* [WIP]feat: add backend support for limit and offset search

* feat: add reducer to add resource

* support fetch all resource when first search

* beautify the fetch ui

* restore file

* feat: add all resource before clear resource

* eslint

* i18n

* chore:change the nane

* chore: change the name of param

* eslint

* feat: setIsComplete to true when first loading resource fully

* fix the bug of fetch

* feat change finally to then

* feat: add await and async to clear and search

* feat: return all resource when fetch

* chore: change variable name

* Update web/src/pages/ResourcesDashboard.tsx

Co-authored-by: boojack <stevenlgtm@gmail.com>

* fix missing const value

---------

Co-authored-by: boojack <stevenlgtm@gmail.com>
2 years ago
Zeng1998 f3090b115d
feat: support local storage (#1383)
* feat: support local storage

* update

* update

* update

* update
2 years ago
boojack ff8851fd9f
fix: golangci-lint version (#1381)
* chore: update interface declare

* chore: update args

* chore: update

* chore: update
2 years ago
boojack 29f784cc20
feat: update find resource with linked memo amount (#1354)
* feat: update find resource with linked memo amount

* chore: remove unused test
2 years ago
boojack 977e7f55e5
feat: add visibility field to resource (#1185) 2 years ago
boojack f74d1b7bf8
chore: remove resource cache (#1059) 2 years ago
boojack 6c3ff6de63
chore: get resource blob optional (#991) 2 years ago
boojack c5368fe8d3
chore: update resource dialog style (#982) 2 years ago
boojack 575a0610a3
chore: revert "feat: add `visibility` field to resource (#743)" (#751)
Revert "feat: add `visibility` field to resource (#743)"

This reverts commit b68cc08592.
2 years ago
boojack b68cc08592
feat: add `visibility` field to resource (#743) 2 years ago
boojack dc5d705f8c
feat: vacuum records manually (#420) 2 years ago
Zeng1998 e85d368f87
feat: patch resource filename (#360)
* feat: resource filename rename

* update: resource filename rename

* update: resource filename rename

* update: validation about the filename

Co-authored-by: boojack <stevenlgtm@gmail.com>
3 years ago
Steven 349c383604 chore: reorder memo resource 3 years ago
steven 0b9b89db81 chore: update `VACUUM` 3 years ago
steven 85dc29bfb9 feat: add `linkedMemoAmount` to resource 3 years ago
steven 9f8c0ce567 fix: raw data cache 3 years ago
steven 4c465bef2d feat: add memo resource apis 3 years ago
Steven 4608894e56 fix: add `_foreign_keys` to sqlite dsn 3 years ago
boojack 76801dfa4f
chore: vacuum db file after deleting resource (#210) 3 years ago
Steven 4743818fe7 chore: update not found handler in deleting 3 years ago
boojack d8e10ba399 chore: use `tx` for stores 3 years ago
boojack da333b0b1e chore: add store cache service 3 years ago
boojack 84564891be feat: add view resource dialog 3 years ago
boojack 7b1bad5b29 feat: update delete user api 3 years ago
boojack 011fcc7dd4 chore: rename module 3 years ago
boojack 948b53393a chore: add default `ORDER BY` 3 years ago
boojack 8e01eb8702 feat: `store/db` module with sqlite 3 years ago
boojack bc22f69ac5 refactor: raw struct for store 3 years ago
boojack fbf4afff8e refactor: store 3 years ago
boojack d947a512e6 chore: typo `Id` to `ID` 3 years ago
email 516ca61b73 chore: update deploy guide doc 3 years ago
email 4535e0ce6d fix: resource api 3 years ago
email d661134b03 refactor: backend 3 years ago
STEVEN 1fb8018f0b
chore: update err handler (#12) 3 years ago
STEVEN aa40793a68
Add resources api (#9)
* feat: add resource api

* update delete model return variables
3 years ago