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

Edit cell when creating new board #62

Merged
merged 5 commits into from
Jul 15, 2023
Merged

Conversation

fesave
Copy link
Owner

@fesave fesave commented Jul 15, 2023

New Pull Request

Description

Connect the dashboard editing flow to finish with the cell editing and display on the dashboard.

Fixes

n/a

@fesave fesave self-assigned this Jul 15, 2023
@fesave fesave changed the title Feature/edit new dashboard cell Edit cell when creating new board Jul 15, 2023
@@ -30,7 +30,14 @@ class EditDashboardFragment : Fragment() {
private val viewModel: EditDashBoardViewModel by viewModel {
parametersOf(args.dashBoardId)
}
private val dashboardCellsAdapter = DashboardCellsAdapter { }
private val dashboardCellsAdapter = DashboardCellsAdapter { cell ->

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for consistency i would move this to an state holder as the in the other fragments

Copy link

@cjimenezsanchezw cjimenezsanchezw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

comment about navigation on state holder

Copy link
Collaborator

@cjimenezsanchez cjimenezsanchez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

from the real one

@fesave fesave merged commit fcbd81d into develop Jul 15, 2023
3 checks passed
@fesave fesave deleted the feature/edit_new_dashboard_cell branch July 15, 2023 16:51
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.

None yet

3 participants