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

Create pick date and time screen's ui components and implement related functionalities #8

Merged
merged 6 commits into from Jul 17, 2022

Conversation

furkanackgz
Copy link
Owner

@furkanackgz furkanackgz commented Jul 17, 2022

Create pick date and time screen's ui components and implement related functionalities to make it work with rest of the project and refactor station search router for enabling navigation from station search view to pick date and time view. Text field design and picking date with date picker functionality will be implemented after next screen is completed.

furkanackgz added 6 commits July 16, 2022 13:19
Create pick date and time module folders, contract file, appointment request and station info entities and pick date and time view layer
Create socket table view helper and time slot table view cell and create extension to notification name class for simplifying the notification process. Refactor pick date and time contract file for deleting did select time slot method's stationID parameter because it is not necessary to send it from view layer and refactor connections of third socket stack view elements with the new names.
Add initializations of table view helpers functionality to pick date and time view layer
Create rest of the layers in pick date and time module
…uter

Create pick date and time contract helper class for binding all the layers together and refactor station search router for navigating from station search view to pick date and time view. Refactor pick date and time presenter to send data to view layer in main thread instead of background thread and refactor pick date and time view layer for handling station name property value may come longer than expected due to coming from web service.
Refactor pick date and time view by first changing set navigation title view method's implementation by using only stack view instead of putting it in ui view because it is not necessary therefore also change the name of the method and call it again in did set property observer of station name since it comes from server and it might take longer than we expect and change the font size of components with adding constraint to stack view. Refactor socket table view helper to add keeping selected cell's index path and assigning background and border color of the time slot cell according to that and change time slot cell for deleting set selected functionality inside the method of set selected because from now on it is handled by socket table view handler and rest of the arrangements to make ui similar as much as possible to zeplin guide
@furkanackgz furkanackgz merged commit 6463676 into dev Jul 17, 2022
@furkanackgz furkanackgz deleted the feature-PickDateAndTimeScreen branch July 17, 2022 03:48
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

1 participant