Skip to content
This repository has been archived by the owner on Dec 28, 2022. It is now read-only.

snoop2head/fitcuration-django

Repository files navigation

Fitcuration Website

  • Website for exercise recommendation / exercise center recommendation.

Django Application Description

core

users

exercises

  • be searchable with exercise names, in lists_carousels app. admin panel
  • categories can be changed in exercises app admin panel -> Impossible. I've learned only how to reference fields from different tables only on the same models

lists_carousels (similar to lists on airbnb)

show categories of exercises for the landing page

  • store category name
  • show exercise names in the category
  • show category image for the card

results

  • show exercise description on search result
  • show exercise image on search result
  • show exercise name on search result
  • show exercise center location on search result

locations

  • Center's name
  • connect with Naver Map API as url(=show locations of exercise centers)
  • show facility amenities

Home

  • Home nav
  • Home Body
    • Search (Flex) Box
    • Exercises carousel display
    • Categories carousel display
    • Blog / Instagram post display
  • Home Footer
    • instagram icon
    • naver blog icon

Search Result List

  • Search Result nav
  • Search Result List
  • Search Result Pagination

Exercise Specific

  • Category pictures on top
  • YouTube embeding on left
  • Descriptions on right

Category Specific

  • Exercise picture on left
  • Category title on top right
  • Pagination

User Personal Page

  • Search history
  • User Profile picture

Map Search Result & List

  • Naver Map API Integration

Fitcustomize page

  • Personal Form