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

fix: remove unimplemented roll call button #242

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

kevinlee-06
Copy link
Member

Description

This PR addresses the removal of the unimplemented roll call button from the OtherPage UI. The roll call feature is currently not available, and this change helps to clean up the interface by removing references to it.

Implementation

  • Removed the rollCallRemind enum value from OnListViewPress.
  • Commented out the related UI elements and event logging code for the roll call feature in the _OtherPageState class.
  • Ensured that no references to the roll call feature remain in the codebase.

Testing Instructions

Please provide details on the steps required to review and test this PR.

  • Review the other_page.dart file to confirm that all references to the roll call feature have been removed or commented out.
  • Run the application and navigate to the OtherPage to ensure that the roll call button is no longer displayed.
  • Verify that the application functions correctly without any errors related to the removed feature.

Additional Notes

This change is part of a larger effort to streamline the user interface and remove features that are not yet implemented. Future updates will include the reintroduction of the roll call feature once it is fully developed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant