Skip to content

File managment system #50

Closed
tommyah opened this issue Mar 6, 2026 · 0 comments · Fixed by #72
Closed

File managment system #50

tommyah opened this issue Mar 6, 2026 · 0 comments · Fixed by #72
Assignees
Labels
enhancement New feature or request

Comments

@tommyah
Copy link
Member

tommyah commented Mar 6, 2026

This issue is dedicated to creating a file managment system.

As part of the functional requirements specified in part two of the Millions project description, the application should be able to manage files. This includes writing and reading in a CSV format (Comma Seperated Values), where a specific line in the file could be a comment (starts with #) (ignored), blank line (ignored), or information about a stock in the format symbol, name price.

The system should be able to do the following:

  • Read stock information from a file, using a dedicated file parser (reads on game start). The file parser should contain rulesets that define how to parse the file.
  • Send the stock information into the system as stock objects.
  • Save stock data to file (different file?)
@tommyah tommyah added the enhancement New feature or request label Mar 6, 2026
@tommyah tommyah self-assigned this Mar 6, 2026
@tommyah tommyah linked a pull request Mar 18, 2026 that will close this issue
@etsorens etsorens closed this as completed Apr 8, 2026
Sign in to join this conversation on GitHub.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants