Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Task/14360 Add dev menu toggle for pre-checks #4902

Merged
merged 3 commits into from
Nov 29, 2022

Conversation

30mar
Copy link
Contributor

@30mar 30mar commented Nov 28, 2022

Description

Add dev menu toggle for prechecks

Link to Jira

https://jira-ibs.wbs.net.sap/browse/EXPOSUREAPP-14360

Screenshots

RPReplay_Final1669650306.MP4

@30mar 30mar added the task part of a feature label Nov 28, 2022
@30mar 30mar added this to the v3.0.0 milestone Nov 28, 2022
@30mar 30mar requested a review from a team November 28, 2022 15:50
Copy link
Contributor

@flxschmidt flxschmidt left a comment

Choose a reason for hiding this comment

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

LGTM, just one optional hint

let cellViewModel = viewModel.cellViewModel(by: indexPath)
if cellViewModel is DMSwitchCellViewModel {
guard let cell = tableView.dequeueReusableCell(withIdentifier: DMSwitchTableViewCell.reuseIdentifier) as? DMSwitchTableViewCell else {
fatalError("unsupported cellViewModel - can't find a matching cell")
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we have an alternative way, instead of App Crash? Alert that something goes wrong or something? I know, it's the Dev Menu, so it's not so important (this remark)

Copy link
Contributor

Choose a reason for hiding this comment

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

Good point, let's discuss this in our calls when Omar is back

@naveeddotio naveeddotio merged commit fb87351 into task/14315-error-handling Nov 29, 2022
@naveeddotio naveeddotio deleted the 14360-Implement-Dev-Menu branch November 29, 2022 13:26
@naveeddotio naveeddotio changed the title Add dev menu toggle for prechecks Task/14360 Add dev menu toggle for pre-checks Mar 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
task part of a feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants