Closed ChengShi-1 closed 4 days ago
Hi @ChengShi-1 , leave some comments on test files and we are missing
datetime
attribute on all the<time />
tags. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/time
Hi German! Thank you a lot for reviewing it! I submit a couple of fix here. The earliest fix included most of the adjustments, but the dateHelper in utcTime couldn't pass the e2e so I had next two fix commits for recovering the code. Sorry for messed commits, hope you are not confused.
@ChengShi-1 It looks like file uploading is broken with this PR 😫.
I was thinking it might be a local issue but wanted to check with you guys first.
https://github.com/user-attachments/assets/685f32e4-05a2-41d9-8147-a0ce6bd86599
@ChengShi-1 It looks like file uploading is broken with this PR 😫.
- Go to http://localhost:8000/
- Login
- Add dataset and add a file to upload (i tried several file types all of them failed) Result: Once you upload the file, the file disappears and is not displayed on the UI. See video below
I was thinking it might be a local issue but wanted to check with you guys first.
Screen.Recording.2024-11-12.at.3.15.20.PM.mov
Hi, Omer! Sorry, it should be for http://localhost:8000/spa instead of JSF(http://localhost:8000). Can you try http://localhost:8000/spa/datasets/root/create to create, and then click into the dataset you just create, and "Upload Files" button here.
@ChengShi-1 The file upload is still failing, see recording below:
https://github.com/user-attachments/assets/d464f8d0-4810-4ef8-9a7a-a1de0b28156a
@ChengShi-1 The file upload is still failing, see recording below:
- Login, Created new dataset in SPA
- Saved
Add an image file to dataset Issue: When trying to upload the image, file appears red and is not uploaded to system
Screen.Recording.2024-11-13.at.1.53.35.PM.mov
@ofahimIQSS Hi Omer, I don't meet the same uploading error on my end. Since I don't think this PR changes the code about uploading, could you try upload files in other branch to see if the uploading failure happens globally, and rebuild docker to try upload again as well? Ty!
No issues found with PR. Merging. Testing of 541.docx
What this PR does / why we need it:
For solving some existing todos, add time tag to the date so as to provides semantic meaning to the content. The date attribute within the
Which issue(s) this PR closes:
Special notes for your reviewer:
Suggestions on how to test this:
Step 1: Run the Development Environment
Step 2: check if the date run well and in a right format YYYY-MM-DD
Does this PR introduce a user interface change? If mockups are available, please link/include them here:
Is there a release notes update needed for this change?:
Additional documentation: