Runner Selfservice #7

Closed
opened 2021-01-14 14:02:23 +00:00 by niggl · 3 comments
Owner

One part of the project that we'll have to implment right after the runner management by admins is the runner selfservice.
What runner selfservice?

We need a registration self service (registration form) for company runners (register for a company w/ a special link) an runners from the public (register with email confirmation.

This selfservice should also include a "about me" page, where the runner can view his registration status (and maybe later his distance, donations etc).

One part of the project that we'll have to implment right after the runner management by admins is the runner selfservice. What runner selfservice? We need a registration self service (registration form) for company runners (register for a company w/ a special link) an runners from the public (register with email confirmation. This selfservice should also include a "about me" page, where the runner can view his registration status (and maybe later his distance, donations etc).
niggl added the
enhancement
label 2021-01-14 14:02:23 +00:00
Author
Owner

My first idea for this would be the following api endpoints:

/runners/register -> Register as a runner
/runners/register/:jwt -> Register as a runner for a company
/runners/me/:jwt -> View information about your registration

The specifics can of course vary - it's just my first idea for this.

My first idea for this would be the following api endpoints: /runners/register -> Register as a runner /runners/register/:jwt -> Register as a runner for a company /runners/me/:jwt -> View information about your registration The specifics can of course vary - it's just my first idea for this.
Author
Owner

The registration is implemented.
I'd reccomend starting planning and development on the selfservice frontend eary febraury after lfk/frontend has a first production-ready release.

The registration is implemented. I'd reccomend starting planning and development on the selfservice frontend eary febraury after lfk/frontend has a first production-ready release.
Author
Owner

Selfservice-UI is implemented over here: https://git.odit.services/lfk/selfservice

Selfservice-UI is implemented over here: https://git.odit.services/lfk/selfservice
niggl closed this issue 2021-03-13 12:49:45 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: lfk/org#7
No description provided.