Giter Site home page Giter Site logo

club soda testing about chess-elm HOT 7 CLOSED

RobStallion avatar RobStallion commented on June 26, 2024 1
club soda testing

from chess-elm.

Comments (7)

RobStallion avatar RobStallion commented on June 26, 2024

changing the db from my local copy to prod copy. Using copy of prod from 4 hours ago today

from chess-elm.

RobStallion avatar RobStallion commented on June 26, 2024

club-soda/club-soda-guide#358 this was the last commit merged into master when I started testing.

Ran the following on the latest prod db copy.

club-soda-guide git:(master) ✗ mix ecto.migrate
[info] Already up

Good start

from chess-elm.

RobStallion avatar RobStallion commented on June 26, 2024

going to try and follow the router so that I don't miss any endpoints

passed

scope /

  • / search bar and use my location work.
  • /brands/Double-Dutch-Drinks
  • /drinks
    • resources("/drinks", DrinkController, only: [:show]) not sure how to get to this route.
    • tried drink/id and drink/entry_id.
    • got sent link which seems to work /drinks/749a0267-381d-4134-934a-cd2ca0c2a2ff
  • /users/new (kind of pass. submits to signup which is erroring. This page is fine though)
  • /users [create]
  • /venues/:slug
  • /sessions [new/create both fine]
  • / json_drinks

scope /search

  • /drinks
    • drinks display fine. filter by abv works. drink type filter also seems to work. Also links on back of cards. (no images but that should happen)
    • /venues both filters working and links work (no images but should be good)
    • /venue/all

failed

/signup [create]
failing because the slug is not being created for this endpoint...

#Ecto.Changeset<
  action: nil,
  changes: %{},
  errors: [
    venue_name: {"can't be blank", [validation: :required]},
    postcode: {"can't be blank", [validation: :required]},
    slug: {"can't be blank", [validation: :required]}
  ],
  data: #CsGuide.Resources.Venue<>,
  valid?: false
>

@SimonLab is aware and is fixing this

from chess-elm.

RobStallion avatar RobStallion commented on June 26, 2024

working

score /admin

/ and all the index pages from / work

from chess-elm.

RobStallion avatar RobStallion commented on June 26, 2024

Trying to upload an image to a venue but it is not appearing at the moment

from chess-elm.

RobStallion avatar RobStallion commented on June 26, 2024

It's fine. Image comes from s3

from chess-elm.

nelsonic avatar nelsonic commented on June 26, 2024

@RobStallion this kind of testing walkthrough is absolutely worth having in the main project! Please put it in /test/README.md 👍🏻

from chess-elm.

Related Issues (17)

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.