Activity

myroslavrepin

I added endpoints to update users info, and sessions, also I started working on dashboard settings. Also this devlogs includes small improvements

Attachment
0
myroslavrepin

I had couple days ago constant api urls, and before shipping they needs to be updated, that’s why I was working on solving this errors, and currently my api urls are taken from .env. Hope you are enjoying using it <3

Attachment
0
myroslavrepin

This devlog includes few changes related to UI, and backend logics
Whats changed:

  • Improved UI
  • Added small features

Overall this update includes stability in UI and server logics, also currently working on securing website

Attachment
1

Comments

myroslavrepin
myroslavrepin 28 days ago

If you wonder what I am using to make screen shoots: I am using Mockup Creator, its a free tool, to set different shapes, wallpapers, etc.

myroslavrepin

This update focuses on stability and production readiness.
Fixed:

  • Several minor bugs and edge cases improving overall stability
    Added:
  • Compiled Vue.js files for server-side rendering (production-ready setup)
    In progress:
  • Improved frontend error handling
  • Development of new features”`
Attachment
Attachment
0
myroslavrepin

This update introduces significant changes to both security and deployment architecture, focused on simplifying the infrastructure and speeding up the shipping process.

What changed:

  • Switched from Nginx to Cloudflare Tunnel (cloudflared)
    The project no longer relies on a traditional Nginx reverse proxy. Instead, all external traffic is now routed through a Cloudflare Tunnel.
Attachment
0
myroslavrepin

Currently working on deploying and fixing bugs. I’ve created already CloudFlare tunnel because nginx setup was to stressful.

Attachment
0
myroslavrepin

Shipped this project!

The journal is up and running.

Entries save correctly and charts display data, though very long sessions can occasionally cause the graph to lag or freeze.

Overall, the system is working, but need some maintenance as always

myroslavrepin

I decided to work on frontend right now. This so much painful than backend, but I need to keep pushing. This devlog is summarizing few days of work such as: backend fixes, frontend, etc

Attachment
2

Comments

chefpenguino
chefpenguino about 1 month ago

love the concept of this project, good stuff!
keep going w/ the frontend, it’ll pay off

myroslavrepin
myroslavrepin about 1 month ago

I really appreciate this

myroslavrepin

After basic backend is done - time to work on frontend and JS. Added basic JS functionality and basic fetch for internal API’s

Attachment
0
myroslavrepin

So I was recently working on JWT tokens auth and I had a bug: JWT token signature expired. This bug lead to a lot of hours debugging and I just was able to decode a token <3

Being honest I feel so good !!

Attachment
0
myroslavrepin

I finally added login logics and jwt tokens configs. But I found a problem with users auth: my function can’t update access token from cookies

Attachment
0
myroslavrepin

Finally got the signup flow working and set up JWT tokens! I hit a few tricky errors along the way, but pushing through felt amazing. I also fixed some minor things here and there - small wins, but they add up.

Feels great to see the project actually coming together. Can’t wait to tackle the next features!

Attachment
3

Comments

Dankey445
Dankey445 about 2 months ago

thats a really long name.

Dankey445
Dankey445 about 2 months ago

thats a really long name.

myroslavrepin
myroslavrepin about 2 months ago

What do you mean by that?

myroslavrepin

I finally fixed bugs in Alembic. I just added simple db connection and sign up logics. So yea this should soon ready to be shipped

Attachment
0
myroslavrepin

Added basic files structure with basic FastApi server. Currently working to connect db via Docker and create missing tables

Attachment
1

Comments

myroslavrepin
myroslavrepin about 2 months ago

It is pretty hard to start from scratch new project