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

feat(LLD): Update modelListId with unique device type #3766

Merged
merged 2 commits into from Jun 21, 2023

Conversation

mcayuelas-ledger
Copy link
Contributor

@mcayuelas-ledger mcayuelas-ledger commented Jun 21, 2023

πŸ“ Description

This property must be updated for the time being, as it is not possible to uniquely identify the connection of a new or old device.

Each time a Nano is connected, the list is expanded. So you could end up with 45 NanoXs when in fact it's potentially the same device 45 times over. The result is erroneous and potentially very misleading analytics.

To resolve this problem, we need to find a way, like LLM, to have a unique identifier for the Nano. So there's a dependency on the Device team on this subject.

Now if my user has 3 nanoX, 1 Stax and 2 NanoS
the list will be: [ "nanoX", "stax", "nanoS"]

❓ Context

  • Impacted projects: LLD
  • Linked resource(s): LIVE-7114

βœ… Checklist

  • Test coverage
  • Atomic delivery
  • No breaking changes

πŸ“Έ Demo

πŸš€ Expectations to reach

Please make sure you follow these Important Steps.

Pull Requests must pass the CI and be internally validated in order to be merged.

@mcayuelas-ledger mcayuelas-ledger requested a review from a team as a code owner June 21, 2023 08:26
@live-github-bot
Copy link
Contributor

❌ @mcayuelas-ledger

Unfortunately this PR does not comply with the Contributing Conventions and will be closed automatically.

Feel free to reopen this PR once you have browsed through the guidelines.


Found Issues:

  • the description is missing or you removed or overrode one or more sections of the pull request template
    πŸ’‘ make sure you added comments only inside the template sections - and not above the πŸ“ Description heading

@changeset-bot
Copy link

changeset-bot bot commented Jun 21, 2023

⚠️ No Changeset found

Latest commit: 3d1f79c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes changesets to release 1 package
Name Type
ledger-live-desktop Patch

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@live-github-bot live-github-bot bot closed this Jun 21, 2023
@github-actions github-actions bot added the desktop Has changes in LLD label Jun 21, 2023
@vercel
Copy link

vercel bot commented Jun 21, 2023

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Comments Updated (UTC)
live-common-tools βœ… Ready (Inspect) Visit Preview πŸ’¬ Add feedback Jun 21, 2023 2:07pm
3 Ignored Deployments
Name Status Preview Comments Updated (UTC)
ledger-live-github-bot ⬜️ Ignored (Inspect) Jun 21, 2023 2:07pm
native-ui-storybook ⬜️ Ignored (Inspect) Jun 21, 2023 2:07pm
react-ui-storybook ⬜️ Ignored (Inspect) Jun 21, 2023 2:07pm

@mcayuelas-ledger mcayuelas-ledger merged commit eeb956a into develop Jun 21, 2023
27 of 29 checks passed
@mcayuelas-ledger mcayuelas-ledger deleted the feat/model-list-id-lld branch June 21, 2023 15:07
hedi-edelbloute pushed a commit that referenced this pull request Jun 21, 2023
* feat(LLD): Update modelListId with unique device type

* Update Changeset
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
desktop Has changes in LLD
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants