marinasundstrom / YourBrand

Prototype enterprise system for e-commerce and consulting services
77 stars 13 forks source link

Personal Timesheet #1

Closed marinasundstrom closed 5 months ago

marinasundstrom commented 2 years ago

As a User, I want to view my personal Timesheet so I can report my time.

Acceptance criteria

marinasundstrom commented 2 years ago

We have to store User Id from JWT claim with TimeSheet and related entities.

Then we query for the User Id of the currently logged in User. Value from claim.

CurrentUserService will provide the User Id.

Parts of the functionality should already be in place.

marinasundstrom commented 2 years ago

Question

Should we go with the UserId or with the Email?

Make it consistent with the rest of Skynet. Settle with something.

marinasundstrom commented 2 years ago

Question

How do we do with the Users Full name?

Should we store that with each entity? Adding a property for that.