-
Notifications
You must be signed in to change notification settings - Fork 25
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
About Screen #18
Comments
@OldMetalmind Copy will be needed for this issue |
@Vanethos copy will be given ;) You can assign that task to me. |
@JorgeMiguelGomes done! |
Let keep this issue open for developers to be assigned and create another issue only for the copy. |
Is it compulsory to use the BLoC architecture for this screen? |
@Thesmader For this screen it is not since it's going to be composed of static data (for now). If in the future we need to have dynamic data for the contacts, we will update it in a new issue |
I'm interested in taking this issue. Any specific guidelines to follow? |
Sure! Please read our Contributing guidelines: https://github.com/vostpt/mobile-app/blob/develop/CONTRIBUTING.md
|
@Thesmader The text for this screen will be added in a few minutes. I'll assign this issue to you |
Thank you, @Vanethos. I will start working on it. |
I'm done with the basic parts of the screen. I will need the image and content to complete the work. |
@Thesmader As for the image, could you please put a placeholder? Additionally, we are waiting for the contacts information, so please setup the layouts with mock data assuming that you are receiving data objects with the format given in the issue |
Alright, I'll do that. |
@Thesmader any news on the PR? |
Sorry for the delay. I was busy with my classes. I am almost done with the work. Will open the PR soon. |
This was my first Hacktoberfest. Thank you for letting me work on this repo. I learned to write good code by seeing the code in this repo. It was a lovely experience for me. |
Thank you so much @Thesmader your comment surely made my week! :D Anytime you want to contribute to this or other projects, please do let me know! You can ping me at https://twitter.com/GonPalma ! |
Description
About screen for VOST, including contacts, links to the contributors and tutorial screen
File Location
Requirements
UI
![imagem](https://user-images.githubusercontent.com/10728633/63055869-b7f7d380-bede-11e9-8a71-3fd19c6bdfe6.png)
NOTES
Assume the following test:
Assume that in the grid you will receive a
List<Contacts>
in which a Contact can have the following structure:Depending on the
type
, a click on this button can either open the phone app with the number ,open an url or send an email.The buttons at the bottom of the screen should be clickable, so a function should be exposed to place there the callback
The text was updated successfully, but these errors were encountered: