Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User should be able to start, record and end activity #18

Open
wants to merge 21 commits into
base: main
Choose a base branch
from

Conversation

zzat
Copy link
Collaborator

@zzat zzat commented Jan 31, 2024

  • Add api for starting a new run
  • Add api to record user's geolocation
  • Add api for ending a run
  • Add View to start a new run
  • Add view to display user's current geolocation being recorded
  • Add view to end a run
  • Add view to show user stats

Details

import com.nilenso.swiftactivities.models.Activity;
import jakarta.validation.constraints.NotNull;

public record StartActivityDto(String name,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't name be NotNull as well?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants