Activity

Jacob Shankman

Added things:
NEW graph showing categories (with a two bar system),
filesystem restructure,
and fixed token refreshing (still need to polish logging in tho)

Attachment
0
Jacob Shankman

It may not look like much has changed but.. trust me!
I have fully integrated a way to refresh your token if it gets expired!!
BUT this brought me to a dilemma: Do I trust my users to have both of their refresh and access tokens saved locally in cookies? No. I don’t.
This meant transitioning over to something called HTTP-cookies, which is basically a cookie sent over the net that is “more secure” because java script cant access it. Cool right? But then it took four hours..
Worth it though to see it all come together at the end.
Next is finally adding the new graphs.

Attachment
0
Jacob Shankman

Added alot of features/fixes

  • Added fully fletched date-picker with all the options you could ever need
  • Fixed sizing issues with graphs
  • Added a total time thing
  • Fixed a bug where the tooltip would be off by a day

Now its time to implement all of the other graphs!

Attachment
0
Jacob Shankman

Back on the project!
Changes:

  • Changed api endpoint to take in from local sources (not downloading everything at once, which took 5 min!)
  • Redid code to fix this issue, and figured out the code-base
  • Started the basis for the README!
  • Completely redid the Flask server endpoints
Attachment
0
Jacob Shankman

I’m working on my first project! This is so exciting. I can’t wait to share more updates as I build.

Attachment
0