wizbots / labtab

0 stars 0 forks source link

Several issues on latest version #144

Open internetmosquito opened 4 years ago

internetmosquito commented 4 years ago

Using latest version (based on add_mentor) branch, we found the following issues

Not possible to create a project

How to reproduce:

Actual:

It collapses the app. It's possible to restore the app from the apps list at the Android, but when trying to navigate to the Video List at the Labtab, then next appears:

image (3)

Attaching logs too log.zip

Internal server error, when click to view or edit the member at the program

How to reproduce:

Actual:

The internal error appears, such as:

image (4)

Logs

log (1).zip

The error appears, when adding the video from gallery and click cancel the project

How to reproduce:

Actual:

Get this error

image (5)

And the logs

log (2).zip

The programs disappears from the list, when rotating the tablet

How to reproduce:

Actual:

The programs disappears from the list and the message appears, that programs not found.

image (6)

And the logs

log (3).zip

promote and demote works incorrectly and in some cases it collapses the app

How to reproduce:

Actual:

The message appears, that it was successfully promoted and the level pic was changed, but it was not actually changed.

And it was not changed at test.wizbots.com

And in some cases it collapses the app, please check the logs.

promote.zip

And the logs

log (4).zip

programs dissappear from lab list when going to lab list on left menu

How to reproduce:

Actual:

Previous programs are gone, the video here shows this

error.zip

kapoorutd commented 4 years ago

@internetmosquito Looking at it

kapoorutd commented 4 years ago

Hi Alejandro,

I have checked all the issues you've mentioned above, and here are my comments on them-

1. Not possible to create a project

I have fixed it, please test it and provide me feedback.

2. Internal server error, when click to view or edit the member at the program

on clicking binoculars Withdraw wizchips Api(https://test.wizbots.com/api/students/wizchips/withdraw) is called and it is returning 500 error which is internal server error, which means there is an error on server side so it's not an issue with the app.

Similarly on Pencil click Student profile and stats Api (https://test.wizbots.com/api/student/{student_id}) is called and it is also returning 500 which again means an error on server side.

3. The error appears, when adding the video from gallery and click cancel the project

I tried a lot but could not be able to reproduce it, so i am still working on it as per the logs you provided.

4. The programs disappears from the list, when rotating the tablet

Please let me know if it happened only once or happening every time because it worked fine in all devices i tried. also please let me know about the device you used for it.

5. promote and demote works incorrectly and in some cases it collapses the app

While promoting and demoting students this Api is called https://test.wizbots.com/api/students/promotion We show promoted successfully or demoted successfully message if the Api returns success code 200, updating the promoted or demoted students in database is handled by server so please check if server is working fine.

6. programs disappear from lab list when going to lab list on left menu

Whenever we navigate to the LabList screen it automatically selects the logged in mentor and shows it's programs, however it was getting wrong season which might be causing the issue, i have fixed this now. please test it and provide feedback on same.