PowerlineApp / powerline-rn

GNU Affero General Public License v3.0
0 stars 6 forks source link

Bugfixes #298

Open piubellofelipe opened 6 years ago

piubellofelipe commented 6 years ago

bugs

improvement

Bugs/improvements noted after first trial of tests: --------------------------------x----------------------------------------x-----------------

----------------------------x------------------------------------x-----------------------

after second trial:

Bugs

jterps08 commented 6 years ago

Tapped on "finish your registration" notification and it brought me to home screen but then showed this error. Unclear why. Maybe related to 209? image

App crashes on verify profile tap. image

Share this App crashes image

Should spin or disappear when waiting for the 200 image

These options should be: Animals, Children, Community, Criminal Justice, Democracy, Economy, Education, Energy, Environment, Equality, Food, Health, Human Rights, Leadership, LGBTQ, Labor, NGOs, Peace, Politics, Poverty, Sustainability, Water, Women's Rights image

If user tries to change subscription, should go directly to add payment screen, skip the alert image

Export roster button not working image

All Save buttons on Manage Group screen need to show spinner and toast when user selects Save so that user knows his response has been sent successfully etc. image

We need this same stuff on the Add Credit Card Screen... but say "By setting up your payment information, you agree..." instead image

The Back button from a newly-created Group Profile screen brings the user back to the form that created the group. Either it should bring user back to My Groups Screen, or it should clear the form to avoid user confusion image

Enhancement: Tapping on the referral code should copy the referral code to the clipboard with language "Give this code to a friend for a discount on their group subscription (Code)" image

These icons and UI scheme are terrible. We need to come back to this and clean this up at some point. image

These interests should be the same tag options as defined above for groups. We will use them to help match users to groups... image

Item Detail Screen missing user avatar - but shown in comments correctly image

piubellofelipe commented 6 years ago

@igaponov , please check these, about creating groups, please: trying to create group with these parameters, receiving an error. any thoughts?

url: 'https://api-dev.powerli.ne/api/v2/user/groups', 
token:'xx', 
body : { 
    manager_first_name: 'Felipe',
    manager_last_name: 'Piubello',
    manager_email: 'piubellofelipe997@gmail.com',
    manager_phone: '+5532991671257',
    official_name: 'Test1233',
    official_type: 'Other',
    official_description: 'test1233',
    acronym: 'test1233',
    loading: false 
}

response: { code: 400,
    message: 'Validation Failed',
    errors: { 
        errors: [ 'This form should not contain extra fields.' ],
        children: {
            manager_first_name: {},
            manager_last_name: {},
            manager_email: {},
            manager_phone: {},
            official_type: {},
            official_name: {},
            official_description: {},
            acronym: {},
            official_address: {},
            official_city: {},
            official_state: {},
            transparency: {},
            conversation_view_limit: {} 
        } 
    } 
}
igaponov commented 6 years ago

@piubellofelipe This form should not contain extra fields. Delete loading attribute from body.