aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/edu/brown/cs/student/term/repl/commands
AgeCommit message (Expand)Author
2021-04-20Updated the db with the trades for Monday, April 19Michael Foiani
2021-04-17Merge branch 'edgar-api' of github.com:cs0320-2021/term-project-cohwille-jmcc...Julia McCauley
2021-04-17Created a stable load command that uses thhe official edgar rss feed. Had an ...Michael Foiani
2021-04-16finished up unit tests and added system testsJulia McCauley
2021-04-16Have a little bug with backend. Going to skip over it for now.Michael Foiani
2021-04-15made the suspicion rank calculations and added an endpoint to access the list...Julia McCauley
2021-04-12Added way to load trades straight fron edgar with an archive option.Michael Foiani
2021-04-10Added functionality to add more than 100 trades from the edgar api. It's look...Michael Foiani
2021-04-10Have a functional fetch and processing that uses the offical edgar api. Need ...Michael Foiani
2021-04-10Finally have an xml parser that reads the urls and inserts data into database...Michael Foiani
2021-04-09Small updates to incorportate number of shares into the DB.Michael Foiani
2021-04-09Added functionality that adds to the DB directly. Also, can handle multiple t...Michael Foiani
2021-04-01DatabaseQuerier fully functional for hub search purposes, some basic tests wr...Julia McCauley