mlcommons / mlcommons/mobile_app_open

Save short system version in results

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

Nobody has claimed this yet.

domain:results size:small type:enhancement
Dominant language
C++
Stars
71
Forks
31
Avg merge
6d 10h
Merged PRs (30d)
2

Description

Currently we save the full system version. For example:

  • Windows: "Windows 10 Enterprise" 10.0 (Build 19044)
  • iOS: Version 15.5 (Build 19F77)
  • Android: SP1A.210812.016.G996BXXS5CVHI

We should save structured OS version info.
There should be at least 2 separate fields: "version number", "version build", which shouldn't contain additional info.

Contributor guide

Open the contributing guide

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.

Research direction

No files, tests, or entry points are named. Start by locating where platform system versions are collected and saved in results, then inspect the result schema and platform-specific formatting; done means separate version-number and build fields without extra text for Windows, iOS, and Android.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
mobile-dev
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.