-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
web server instead of batch report generation #15
Conversation
Current implementation is working 🎉 It's a tad slow to be interactive, as one need to fetch every every message in individual API call (until googleapis/google-api-go-client#435), so added another item about visual progress indicator for a better user feedback. |
Initial version of the server is working, going to polish just a few be bits and merge it asap as it includes useful refactoring/improvements to the CLI as well. Further usability improvements (message loading time, better template rendering, etc) will be handled under a separate issues. |
Signed-off-by: Alexander Bezzubov <[email protected]>
Signed-off-by: Alexander Bezzubov <[email protected]>
Signed-off-by: Alexander Bezzubov <[email protected]>
Signed-off-by: Alexander Bezzubov <[email protected]>
Signed-off-by: Alexander Bezzubov <[email protected]>
Signed-off-by: Alexander Bezzubov <[email protected]>
Signed-off-by: Alexander Bezzubov <[email protected]>
Signed-off-by: Alexander Bezzubov <[email protected]>
Signed-off-by: Alexander Bezzubov <[email protected]>
Signed-off-by: Alexander Bezzubov <[email protected]>
Signed-off-by: Alexander Bezzubov <[email protected]>
Signed-off-by: Alexander Bezzubov <[email protected]>
Signed-off-by: Alexander Bezzubov <[email protected]>
Signed-off-by: Alexander Bezzubov <[email protected]>
Signed-off-by: Alexander Bezzubov <[email protected]>
Rebased on latest master & ready to |
Addresses #14
TODOs:
automatic token refreshautomation will be added later,it's enough that it redirects to
/login
on token expiration nowadd API fetch progress indicatormain page rendering usinghtml/template