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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

979f0c1 · Aug 19, 2023

History

27 Commits
Apr 21, 2023
Jul 12, 2023
Apr 12, 2023
Jul 12, 2023
Jul 12, 2023
Apr 12, 2023
Apr 12, 2023
Apr 12, 2023
Jul 12, 2023
Apr 12, 2023
Apr 12, 2023
Apr 12, 2023
Apr 17, 2023
Apr 12, 2023
Apr 21, 2023
Apr 21, 2023
Jul 12, 2023
Apr 12, 2023
Apr 18, 2023
Jul 12, 2023
Jul 11, 2023
Apr 12, 2023
Aug 19, 2023
Jul 12, 2023
Jul 12, 2023

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