• Joined on 2023-06-23
scott pushed to tweak/ui at scott/kalkutago 2023-08-27 21:21:40 +00:00
4cb56824f6 change CSS to dark theme
scott pushed to main at scott/kalkutago 2023-08-27 12:01:59 +00:00
0051d87d47 Merge pull request 'Feature: User auth' (#15) from scott/kalkutago:feature/user-auth into main
019ccda845 Rename variable
bc6f06e210 DEFAULT_COST + 2 is 2 much
424bc15512 prod needs the cookie secret too, arguably more than the others!
Compare 30 commits »
scott pushed to main at TWS/kalkutago 2023-08-27 12:00:58 +00:00
0051d87d47 Merge pull request 'Feature: User auth' (#15) from scott/kalkutago:feature/user-auth into main
019ccda845 Rename variable
bc6f06e210 DEFAULT_COST + 2 is 2 much
424bc15512 prod needs the cookie secret too, arguably more than the others!
Compare 30 commits »
scott merged pull request TWS/kalkutago#15 2023-08-27 12:00:57 +00:00
Feature: User auth
scott closed issue TWS/kalkutago#2 2023-08-27 12:00:57 +00:00
Add auth to the backend
scott pushed to feature/user-auth at scott/kalkutago 2023-08-26 18:51:21 +00:00
019ccda845 Rename variable
Compare 2 commits »
scott commented on pull request TWS/kalkutago#15 2023-08-26 18:48:42 +00:00
Feature: User auth

rename user -> track in assignment here

scott commented on pull request TWS/kalkutago#15 2023-08-26 18:48:42 +00:00
Feature: User auth

use count here

scott pushed to feature/user-auth at scott/kalkutago 2023-08-26 15:21:41 +00:00
bc6f06e210 DEFAULT_COST + 2 is 2 much
scott pushed to feature/user-auth at scott/kalkutago 2023-08-26 15:18:26 +00:00
424bc15512 prod needs the cookie secret too, arguably more than the others!
scott pushed to feature/user-auth at scott/kalkutago 2023-08-26 15:05:22 +00:00
89b0180989 Move API calls from state to Track methods
cd16208dd7 Move dateQuery to util.ts
Compare 2 commits »
scott opened issue TWS/meta#18 2023-08-26 13:55:10 +00:00
Docker internal user concerns
scott commented on pull request TWS/kalkutago#15 2023-08-26 13:19:18 +00:00
Feature: User auth

That makes sense. Though I think I might do /user/{name} if we add public profile pages (and /me for the logged in user)

scott commented on pull request TWS/kalkutago#15 2023-08-26 13:17:19 +00:00
Feature: User auth

Ah, you raise a good point there. It was originally intended to, but then I changed it so that only the events update the state. Thanks for that.

scott commented on pull request TWS/kalkutago#15 2023-08-26 12:48:19 +00:00
Feature: User auth

It seems to support a UUID column type, but I don't see documentation for it, or for using it as a primary key. Is that important?

scott commented on pull request TWS/kalkutago#15 2023-08-26 12:45:00 +00:00
Feature: User auth

From the Vue docs:

This also means any component importing store can mutate it however…

scott commented on pull request TWS/kalkutago#15 2023-08-26 12:40:18 +00:00
Feature: User auth

These are generated by the sea-orm CLI 🤷

scott commented on pull request TWS/kalkutago#15 2023-08-26 12:39:39 +00:00
Feature: User auth

It's been a while since I looked into it, but I think I remember reading something in their docs which suggested that they might be overkill for this situation.

scott pushed to feature/user-auth at scott/kalkutago 2023-08-26 11:03:28 +00:00
dafdd491f9 Move logOut function into method on state
scott pushed to feature/user-auth at scott/kalkutago 2023-08-26 10:54:51 +00:00
003383e455 Fixed logout flow
5aa16762f7 Quick tweak
db3ef7640a Renamed a variable
Compare 3 commits »