Skip to content

Journey Route a web application to track your daily sports activities. It allows users to set fitness goals, track their progress, and monitor their daily physical activity.

Notifications You must be signed in to change notification settings

katatsu12/journey_route

Repository files navigation

Journey Route

Project development tools:

  • Ruby on Rails
  • Stimulis JS
  • Turbo (Turbo Stream)
  • Tailwind CSS
  • Sidekiq
  • AnyCabel rails integration

Project database structure

Day "(Day of the week)" has_many :tasks (datetime: timestamp)

Task belongs_to :day (completed: boolean, completed_at: timestamp, day_id: references)

User has_many :tasks (email: string, name: string, task_id: references)

Card has_many :tasks

Chart "(Chat room)"


refactoring: https://www.youtube.com/watch?v=v6mlOIaeFxg


About

Journey Route a web application to track your daily sports activities. It allows users to set fitness goals, track their progress, and monitor their daily physical activity.

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published