CollActionteam / collaction_app

CollAction cross-platform mobile application for iOS and Android
https://collaction.org
GNU General Public License v3.0
34 stars 12 forks source link

[FEATURE]: Menu Tab: Contact us full-screen dialog #358

Open Xazin opened 1 year ago

Xazin commented 1 year ago

Description: We want to make the new contact us form into a full-screen dialog.

Create the UI for the dialog and implement the connectivity, see the old Contact us screen for reference.

See design in Figma See API Documentation for the Contact Endpoint

Edamijueda commented 1 year ago

I would love to take on this one.

Edamijueda commented 1 year ago

We want to transform this current design on ContactFormPage to the one on see Figma design. Is that right @Xazin ?

contactForm_initialDesign
Xazin commented 1 year ago

We want to transform this current design on ContactFormPage to the one on see Figma design. Is that right @Xazin ?

contactForm_initialDesign

It's not exactly that we want it like that. Look at Material.io components for dialogs, we want it to be a completely new component, which should be a "full screen dialog".

It needs to replace the current contact form (the picture you show), but it's not a "screen", it's a "dialog". It should be made from ground up because it needs to use dialog transition animation instead of screen transition animation, and needs to be implemented with eg. showDialog.

Edamijueda commented 1 year ago

I get that now. Thank you.