Project

General

Profile

Production Ticket(ST) #11779

SNEKKU - any update for photo unable upload issue? as MC7 upload shown this

Added by Rashdan Hussin 4 months ago. Updated about 2 months ago.

Status:
Ticket Resolved
Priority:
P3 - Medium
Start date:
23/05/2024
Due date:
12/07/2024
% Done:

50%

Estimated time:
Spent time:
Job Remark:
Ticket Logged Date:
23/05/2024
Ticket No.:
Related Ticket ID:
Type:
Support Request
SLA Initial Response:
23/05/2024
SLA Delivery:
27/05/2024
Esclation Time:
Issue Reoccurance#:
Actual Initial Response:
23/05/2024
Resolution:

We able to replicate by performing :

1. Click upload
2. Turn off network (turn on airplane mode)
3. Upload status return success
4. Turn on network (turn off airplane mode)
5. Still showing pending upload
6. Re-upload and successfully replicate the issue

Requester ExpectedDeliveryDate:
Delay Justification:
Priority Seq:
Effort (Hour):
External Ticket #:

None


Description

hi @Rashdan Hussin any update for photo unable upload issue? as MC7 upload shown this

please settle as fast as possible to avoid sales team retake picture

2335dcef-f4d6-4170-909d-1fb7056603ef.jpg (89.6 KB) 2335dcef-f4d6-4170-909d-1fb7056603ef.jpg Rashdan Hussin, 23/05/2024 09:16 AM
SNEKKU-MC7-2024052311063425.zip (1.31 MB) SNEKKU-MC7-2024052311063425.zip Muhammed Azhar Mohamed Maideen, 23/05/2024 08:10 PM
TEst_case_snekku.xlsx (10.8 KB) TEst_case_snekku.xlsx Muhammed Azhar Mohamed Maideen, 28/05/2024 06:12 PM
WhatsApp Image 2024-06-05 at 09.16.18_803af9a2.jpg (89.8 KB) WhatsApp Image 2024-06-05 at 09.16.18_803af9a2.jpg Muhammed Azhar Mohamed Maideen, 05/06/2024 09:50 AM

History

#1 Updated by Muhammed Azhar Mohamed Maideen 4 months ago

  • Status changed from Assigned To to Support In Progress

Already request user to upload database

#2 Updated by Muhammed Azhar Mohamed Maideen 4 months ago

  • Status changed from Support In Progress to Pending Client Feedback

#3 Updated by Muhammed Azhar Mohamed Maideen 4 months ago

  • Status changed from Pending Client Feedback to Support In Progress

#4 Updated by Muhammed Azhar Mohamed Maideen 4 months ago

select * from Txn_new_customer_attachment where filename like 'aaf4a2f8-5068-4223-b64f-662b0c07a19a.jpg'

select * from customer_attachment where filename like 'aaf4a2f8-5068-4223-b64f-662b0c07a19a.jpg'

--2024-05-20 01:37:47.000 created date
-- 2024-05-22 07:26:18.923 updated date

as I check in the database in the Txn_new_customer_attachment there is no photo is found


SELECT *
FROM customer_attachment
WHERE org_id = 'snekku'
AND filename IN (
SELECT filename
FROM Txn_new_customer_attachment
WHERE filename = 'aaf4a2f8-5068-4223-b64f-662b0c07a19a.jpg'
)

while in customer_attachment table the photo is there

#5 Updated by Muhammed Azhar Mohamed Maideen 4 months ago

Hi rashdan

This one have not simulate completely due to time constraint

To do List:
have to check the photo inside the server either the photo is there or not
need to check on this deeply

#6 Updated by Rashdan Hussin 4 months ago

  • Assignee changed from Rashdan Hussin to Muhammad Arif

- end shift.
- handover to arif.
- not yet further checking.

#7 Updated by Rashdan Hussin 4 months ago

  • Assignee changed from Muhammad Arif to Muhammed Azhar Mohamed Maideen

#8 Updated by Muhammed Azhar Mohamed Maideen 4 months ago

As I perform testing (upload customer photo ) as I erform testing The issue could not replicate
Test Scenario

used Wifi network Able to display photo
Used mobile data Able to display photo
Used low network mobile Have to Do it

Have to Do testing Deeply on this

#9 Updated by Muhammed Azhar Mohamed Maideen 4 months ago

Currenly Testing on this issue. But Could not replicate.
Will continue tomorrow doing the testing

#10 Updated by Muhammed Azhar Mohamed Maideen 4 months ago

  • Status changed from Support In Progress to Escalated to Level 3
  • Resolution updated (diff)

#11 Updated by Muhammed Azhar Mohamed Maideen 4 months ago

example: 0T001_54
please solve it, as sales team almost done take picture, but now got issue again

#13 Updated by Muhammed Azhar Mohamed Maideen 3 months ago

Click up status--> In progress

#14 Updated by Muhammed Azhar Mohamed Maideen 3 months ago

  • Due date changed from 27/05/2024 to 12/07/2024
  • % Done changed from 0 to 50

#15 Updated by Muhammed Azhar Mohamed Maideen 3 months ago

As I checked with tehnical team, this ticket is still in progress and as it will release on mid of july

#16 Updated by Muhammed Azhar Mohamed Maideen 2 months ago

as in the click up they could not

As given the replication test, no issue found at developer side.

Have to redo the simulation on this again on this issue

#17 Updated by Muhammed Azhar Mohamed Maideen 2 months ago

  • Status changed from Escalated to Level 3 to Support In Progress

#18 Updated by Muhammed Azhar Mohamed Maideen 2 months ago

USER MS1
CUSTOMER 10814

Test Scenario 1
1) Edit customer Detail
2) insert photo
3) Upload the transaction/Customer Only
4) checked portal Got the 404 Error
5) then Upload photo
6) checked back in the portal the portal
----------------------------------------------------
Test Scenario 2
USER MS1
CUSTOMER 10806

1) Edit customer Detail
2) insert photo
3) Upload the transaction/Customer Only
4) checked portal Got the 404 Error
5) Kill the App
6) checked back in the portal the portal
7) the photo exist


Test Scenario 3
USER MS1
CUSTOMER 10834

1) Edit customer Detail
2) insert photo
3) Upload Photo
4) Upload Customer/Transaction
6) checked back in the portal the portal
7) the photo exist
------------------------------------------------
Test Scenario 4
USER MS1
CUSTOMER 10H01

1) Edit customer Detail
2) insert photo
3) Upload transaction/Customer
4) Clear Data
5) checked back in the portal the portal
6) checked portal Got the 404 Error

Test Scenario 5
USER MS1
CUSTOMER 3C801

1) Edit customer Detail
2) insert photo
3) Upload transaction/Customer
4) Redownload again
6) checked back in the portal the portal
7) checked portal Got the 404 Error
------------------------------------------------
Following our recent tests, we suspect that users are only uploading transaction data without including photos. This appears to be the only way we can replicate the issue, apart from previous testing methods.

#19 Updated by Muhammed Azhar Mohamed Maideen about 2 months ago

  • Status changed from Support In Progress to Ticket Resolved
  • Actual Initial Response set to 23/05/2024

Also available in: Atom PDF