Git Product home page Git Product logo

climb-log's Issues

Add a 'Shop' page

  • Research libraries (Shopify? Paypal checkout? We don't want to handle CCs directly so a library would be key)
  • Inventory managed by a new Notion table
    • no. of stock
    • $cost
    • item images
  • Implement payment system

Improve Home page

  • Create an ImageGallery component that utilizes css-grid to display cards imperfectly aligned
    • will need to follow #39
  • Create a FeaturedCard component that displays the "Read more ͢ " Link, decide whether to preview text
  • Add a getFiveMostRecentEntries method that fetches the five most recently dated climbs and blogs
    • returns featuredPosts: [{ title, previewText?, href, category }, ...,]
  • Add support for a 'climb' category (not trip-report, different)

'About' Page

  • More of a personal summary
  • Mention interests, family
  • Social links at the bottom

Optional

  • Include collage of recent photos
  • Link to kylieis.online/now, kylieastewart.tech/blog

Add a 'My Gear' page

List the gear that I own (maybe pull from my gear log in Notion?)

Gear sub-sections:

  • Hiking
  • Climbing
  • Camping
  • Car Camping/4x4
    To-do:
  • Create Page and Layout for the Gear
  • Add fetchAllGear function to API code

Add an Image to climb-log Popovers

Each climb-log popover should feature a compressed header img

To look up:

  • Can we pull this from the Notion db entry? Would a header img url surface from the API or should we try to add it as an attached file in a new property?
  • Can we serve a compressed version but have the hi-res available for future #36?)

Add a GRDP-compliant Cookie Notice

  • Add a pop-up disclaiming cookie usage
  • Add a Footer with 'explore', 'connect', and 'referral' sub-sections
  • Add a copyright notice
  • Add new logo & feature it in the Footer

Style improvements

  • Table formatting of State
  • Table formatting of Range
  • Nav header
  • 'Back to Home' button
  • Spice up the spinner
  • Category buttons stay highlighted on selection

Add a Loading state

The climb-log takes a while to load, it would be nice to have a loading state that could display while getStaticProps or similar data functions process

Rewrite markdown processor

Currently, we use grey-matter and remark to parse the blog post markdown content. Moving to next-mdx-remote will allow us to incorporate the custom components we need:

  • img
    • needs to map to the component offered by next/image (let's try to leverage some of the optimization tools)
    • new url should be generated for each to be displayed independently (similar to static path generation for blog posts)
    • those urls should be accessible from a getStaticPaths call on the /all route

Link to list of posts from Category tag

When a user clicks on a category tag from the expanded blog post view, that should link them back to the /blog view of just posts carrying that category.

Screen Shot 2021-12-03 at 6 44 13 PM

Add mobile support

  • Images should automatically resize below iPad threshold
  • Consider a mobile NavBar

Add Hamburger nav for mobile Home page

Maybe introduce a ResponsiveImage component (same as used on the About page)?

Update: Closed because the mobile nav improvements introduced by #65 are sufficient for me for now

Need to remove duplicate page views in GA

Some of the page views in google analytics are possibly making a new entry for a page view. EX: Kylie Stewart | Hiking Blog and kylies.photos | Hiking Blog may be for the same page.

Add a Navigational Header

Dependent on #4

  • Blog
    • Gear (links to a filtered view of all blog posts)
    • Thoughts (^)
    • Trip Reports (^)
    • Climb Log
      • TBD if combined with Trip Reports view or is separate entirely
    • Work
    • About

New deployment pipeline

⭐️ This should solve our two primary issues right now

  • Should output to new domain: kylies.photos
  • Should be automated to deploy on a push-basis
  • ⭐️ Should accept nextjs output files (prepended with the _)
  • ⭐️ Should have no problem with API secrets

Solved using vercel pointed to a custom domain ✓

Add an 'All Photos' page

  • On the route /all (so kylies.photos/all)
  • Aggregate all custom img components to appear here with a link to where it original appears
    • has to follow the mdx rewrite so custom components can be supplied
  • Include header images from the climb-log popovers

Link related Trip Report from climb-log Table

  • if the tr-slug matches an existing generated slug, then there is a related trip report in the blog
    • tr-slug is now a rich_text data type in the climb-log db
  • if there is a trip report in the blog, put an <a> tag that links to it around the title td row
    • '${pageData.slug}.md'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.