Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple Radars Getting Mixed Up #116

Open
3 of 6 tasks
Shamshiel opened this issue Jan 31, 2024 · 0 comments
Open
3 of 6 tasks

Multiple Radars Getting Mixed Up #116

Shamshiel opened this issue Jan 31, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Shamshiel
Copy link

Issue type

  • bug report
  • idea
  • question
  • other

Expected behavior

Running the following npx command on the data from this repository creates a tech radar like the example from this repository.

npx @qiwi/tech-radar --input "./data/**/*.{csv,json,yml}" --output ./dist --base-prefix tech-radar --autoscope true --nav-page true

Actual behavior

Running the above mentioned npx command results in all the radars getting mixed up, e.g. the android directory has the directory 2021-07-16 that actually belongs to backend. All radars are mixed between the different radar groups android, backend, ios, etc...

Sames goes for my project where I have only two data directories "Foo" and "Bar". And the content from "Foo" is in "Bar" and the other way around.

  • I've read the docs. This case is not mentioned
  • Similar issue does not exist

Steps to reproduce

  1. Download this repository as a .zip and extract somewhere
  2. Create a new empty npm project with npm init
  3. Copy the data folder from this repo to the new npm project
  4. Add @qiwi/tech-radar as a dependency and run npm install
  5. Run npx @qiwi/tech-radar --input "./data/**/*.{csv,json,yml}" --output ./dist --base-prefix tech-radar --autoscope true --nav-page true
  6. Folders in the dist directory should be wrong

Specifications

  • version: 1.13.18
  • platform: linux
  • node: 18.16.0
@Shamshiel Shamshiel changed the title Multiple Radars Getting Mmixed Up Multiple Radars Getting Mixed Up Jan 31, 2024
@antongolub antongolub added the bug Something isn't working label Feb 1, 2024
@antongolub antongolub self-assigned this Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants