Skip to content

Commit

Permalink
Merge pull request #178 from lvalics/main
Browse files Browse the repository at this point in the history
TO DO list on dj_backend_server
  • Loading branch information
codebanesr committed Oct 23, 2023
2 parents 42e102b + ba11154 commit 0a2a08e
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions dj_backend_server/docs/todo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
## FILEPATH: app.py

TODO list of tasks to be completed.

# PDF

- Enable the "Delete" button and display a confirmation popup to remove the file (or folder), the corresponding database record, and any related data in the Vector Database.s
- Evaluate the necessity of the "Resync on PDF" feature; consider discontinuing it if not needed.
- Implement various statuses for PDF uploads, such as "Uploaded," "Parsed," "Successful," and "Failed."
- Display error messages if the upload job fails.
- Retrieve and possibly modify data from the Vector Database for review.

# WEBSITE

- Implement a "Resync on Website" feature.
- Investigate why PNG or other binary files are being parsed from a website.
- If a PDF or DOC file is discovered during parsing, push it to the database via the PDF Handler.

# CHAT

- Check why have localhost inside of JS and replace programatically with real URL.

# SERVER - DOCKER

- Implement NGINX to have a possibility to add SSL.

0 comments on commit 0a2a08e

Please sign in to comment.