From 63ad15829df27536953939136290dea091dbcc4c Mon Sep 17 00:00:00 2001 From: girst Date: Thu, 11 Jun 2020 13:55:41 +0200 Subject: [PATCH] more TODOs --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 2ae75df..cae9ecc 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ Test Instance: http://delta.gir.st:8000/ (will move in the future) TODO: - reorganize using departmental flask blueprints: forces decoupling of all youtube <-> reddit and allows 3rd party extensions + https://flask.palletsprojects.com/en/1.1.x/tutorial/views/ + https://exploreflask.com/en/latest/blueprints.html - reddit blueprint: - user should be able to subscribe to subreddits - show a frontpage-like feed, pin/hide videos (linking their reddit comments) @@ -31,9 +33,17 @@ TODO: - proper support for sponsorblock (cached db?) - cleanups: - remove jsonify() + - purge magic strings (e.g guest token) - fix all the TODOs and XXXs + - clean up login stuff + https://flask-login.readthedocs.io/en/latest/ + https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-v-user-logins - find a name! +stuff to look at: + - app.config.from_pyfile('the-config.cfg') + NOTE: this will not work for the non-python/non-flask parts + wishlist: - proxy googlevideo (and probably thumnails) responses -- 2.39.3