NOTE: This devlog is actually so long, because I had to move this project over from Jackpot to here, as I couldn’t complete in time.
I’m building a team-management application, and since it’s FOSS, you will have to self-host it, but it’s geared towards small teams in general.
STACK:
- BACKEND: Go, WebSockets
- DESKTOP: SolidJS + Tauri(Rust)
BACKEND:
Features Completed:
- Account Creation & Login
- Creating An Organization
- Sending Invites to People, so that they join your Organization
- Creating A Kanban Board & Add Columns, Cards to It
- Chat channels w/ Realtime Chatting
Features Left:
- Leaving An Organization
- Deleting your Organization
- Deleting your Account
- Editing Your Organization
- Editing Your Account
DESKTOP APPLICATION:
This is the desktop client I’m building for the backend server.
Features Completed:
- Account Signup/Login
- Viewing your Invites/Creating An Organization
Features Left:
- Creating the Organization View Page
- Creating the Team View
- Creating the Admin Panel
- Creating the User Page
Thoughts:
- I will overhaul the UI, since it looks very trash right now
- The current WebSocket code, for the realtime chat, seems very clunky to me, so I’ll make some changes there as well.
0
Log in to leave a comment