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

Module "quicksearch" #176

Closed
SimonSAMPERE opened this issue May 24, 2019 · 0 comments
Closed

Module "quicksearch" #176

SimonSAMPERE opened this issue May 24, 2019 · 0 comments
Assignees
Labels
enhancement Amélioration du fonctionnement existant
Milestone

Comments

@SimonSAMPERE
Copy link
Collaborator

SimonSAMPERE commented May 24, 2019

Objectifs

Sortir les fonctions d'enregistrement, de suppression et de renommage des recherches rapides de la classe principale Isogeo (isogeo.py)

Marche à suivre

Créer le module quick_search.py (dans le dossier modules) contenant la classe QuickSearchManager qui aura pour méthodes : write_search_params() , quicksearch_save(), quicksearch_rename() et quicksearch_remove() de Isogeo.

Organisation du code

La classe QuickSearchManager sera importée dans isogeo.py et ses méthodes seront utilisées par la classe Isogeo, notamment en callback de certains widgets de l'ui.

@SimonSAMPERE SimonSAMPERE added this to the Version 2 milestone May 24, 2019
@SimonSAMPERE SimonSAMPERE self-assigned this May 24, 2019
@SimonSAMPERE SimonSAMPERE added the enhancement Amélioration du fonctionnement existant label May 24, 2019
@SimonSAMPERE SimonSAMPERE mentioned this issue Jul 26, 2019
13 tasks
SimonSAMPERE added a commit that referenced this issue Jul 26, 2019
#176

The most of the quicksearch managment is out of isogeo.py
SimonSAMPERE added a commit that referenced this issue Aug 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Amélioration du fonctionnement existant
Projects
None yet
Development

No branches or pull requests

1 participant