From c69d7cfa9538e24819e16511fef394e56c5e16fa Mon Sep 17 00:00:00 2001 From: igoradamenko Date: Tue, 13 Feb 2018 01:25:13 +0200 Subject: [PATCH] add todo list for web app --- web/TODO.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 web/TODO.md diff --git a/web/TODO.md b/web/TODO.md new file mode 100644 index 00000000..541c04a1 --- /dev/null +++ b/web/TODO.md @@ -0,0 +1,38 @@ +critical features: + +- auth + - `GET /auth/{provider}/login?from=http://url` + - `GET /auth/{provider}/logout` +- get settings from outside + - get path from url or by params + - get siteid by params +- load css by js + + +optimizations: + +- rewrite fetcher if we need it (do we really need axios?) +- remove mimic and other dev-tools +- remove babel if we don't need it + + +major features: + +- edit comment + - `PUT /api/v1/comment/{id}?site=site-id&url=post-url` +- add description of web part to readme + + +minor features: + +- add manual sort + - `GET /api/v1/find?site=site-id&url=post-url&sort=fld&format=tree` +- add manual format + - `GET /api/v1/find?site=site-id&url=post-url&sort=fld&format=tree` +- add comments counter + - `GET /api/v1/count?site=site-id&url=post-url` + + +other: + +- check todos