MerginMaps / MerginMaps/mobile
Require confirmation before syncing
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 388
- Forks
- 87
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 20
Description
_English version_
Scenario
When the user presses the "Synchronize" button, the files are automatically synchronized.
Problem
If the user pressed it by mistake or actually doesn't want to synchronize the files, they don't have the option to stop the action.
Solution
Create a window with a conditional, where the conditional asks the user whether they want to continue with the action or not.
-----------------------------------------
_Original version_
Escenario
cundo el usuario presiona el botón "Sincronizar" los archivos son sincronizados de manera automática
Problema
si el usuario le presionó por equivocación o realmente no quiere sincronizar los archivos no time la opción de detener la acción
solución
crean una venta con un condicional, donde dicho condicional le pregunte al usuario si desea o no continuar con la acción.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named in the issue. Start by locating the mobile UI entry point for the “Synchronize” button and trace the sync action from there. Done means a confirmation window appears before synchronization, and choosing not to continue prevents the action.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- mobile-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100