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

Introduce options menu for rock view #264

Merged
merged 1 commit into from
Nov 25, 2021

Conversation

paetz
Copy link
Collaborator

@paetz paetz commented Nov 24, 2021

Resolves #257

This PR consists of a huge refactoring to make this work:

  • Binding an options menu to views that are updatable (former UpdatableTableActivity) does not apply anymore since Rock view is not updatable.
  • The new workflow is that there is a new class TableActivityWithOptionsMenu that has several properties:
    -- RockSearchbable -> search rock
    -- AscentFilterable -> my projects/botches
    -- Updatable -> update/delete
    E.g. RockActivity has property RockSearchable and AscentFilterable but not Updatable

In #256 I will add another property RouteSearchable.

@paetz paetz requested a review from chrgernoe November 24, 2021 10:35
@paetz paetz changed the title Introduce options menu for rock and route view Introduce options menu for rock view Nov 24, 2021
@paetz paetz merged commit 600d8de into master Nov 25, 2021
@paetz paetz deleted the feature/258_options_menu_for_rock_view branch November 25, 2021 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add rock, project and botch search to rock view options menu
2 participants