Services details reload the same page instead to show the details

Open
#27 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
docker-compose, ruby
Domain
frontend, web-dev

Research direction

Start by running docker-compose build and docker-compose up, then reproduce the navigation from /customers in a browser. Inspect the entry point serving the customers, orders, and products pages and trace their detail links. Done means selecting an item loads /customers/1, /orders/, or /products/ with its details instead of reloading the list page.

Written by the indexing model from the issue text.

Description

bug

If you go to any of the services pages for example customers http://opbeans-ruby:3000/customers and you click on any customer you should go to the customer details
http://opbeans-ruby:3000/customers/1 but instead reload the same page even do the URL changes. It happens the same with orders and products.

Steps to replicate:

  • docker-compose build
  • docker-compose up
  • Go to http://127.0.0.1:8000/customers on a browser
  • Click on any customer
  • the same page is reloaded and this is wrong, it should load the customer details page.
Dominant language
Ruby
Stars
2
Forks
14
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from elastic/opbeans-ruby

All issues in elastic/opbeans-ruby

Similar issues

More Ruby issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.