Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
Adding ROADMAP
Browse files Browse the repository at this point in the history
  • Loading branch information
lcsrodriguez committed Dec 25, 2023
1 parent 3510d2e commit 85e6755
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/ROADMAP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Roadmap
4 changes: 4 additions & 0 deletions fxdata/FXData.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ def __init__(self,
self.outputCSV: bool = outputCSV
self.outputPQT: bool = outputPQT

# TODO: Logging (warning for cast datetime)
# TODO: Check (create otherwise) tmp/ and out/ folders
# TODO: Select the data for the given daterange

def _handleIntemediaryFiles(self) -> None:
if not self.keepCSV:
fs = glob.glob(f"{self.cwd}/{TMP_FOLDER}/*.csv")
Expand Down

0 comments on commit 85e6755

Please sign in to comment.