aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/edu/brown
AgeCommit message (Collapse)Author
2021-04-20search by holder idclarkohw
2021-04-19Merge branch 'master' into profit-optimizationclarkohw
2021-04-19heavily optimized profit calculationsclarkohw
2021-04-19added profit calcs back in, made visualization more dynamicJulia McCauley
2021-04-19exclude only sell peopleclarkohw
2021-04-19Merge branch 'master' into profit-testsclarkohw
2021-04-19more profit testingclarkohw
2021-04-19Merge branch 'master' into profit-testingclarkohw
2021-04-19caching of prices profitclarkohw
2021-04-19efficiency for profit calc + testsclarkohw
2021-04-19simple testclarkohw
2021-04-17merged in new database loader, this push contains a large database of all ↵Julia McCauley
the trades from 2021
2021-04-17Merge branch 'edgar-api' of ↵Julia McCauley
github.com:cs0320-2021/term-project-cohwille-jmccaul3-mfoiani-rhunt2 into merge_data # Conflicts: # data/trades.sqlite3 # src/main/java/edu/brown/cs/student/term/Main.java
2021-04-16need to pull new frontend Merge branch 'master' of ↵Julia McCauley
github.com:cs0320-2021/term-project-cohwille-jmccaul3-mfoiani-rhunt2
2021-04-16prelimitary testingclarkohw
2021-04-16added some todosJulia McCauley
2021-04-16finished up unit tests and added system testsJulia McCauley
2021-04-16added followers field to holder objects, continued writing testsJulia McCauley
2021-04-16need to pull changes from master Merge branch 'master' of ↵Julia McCauley
github.com:cs0320-2021/term-project-cohwille-jmccaul3-mfoiani-rhunt2
2021-04-16need to pull profit map changesJulia McCauley
2021-04-16added trade query endpointclarkohw
2021-04-16intermediate commit to pull new changesJulia McCauley
2021-04-15Fixed suspicion ranks, work with real data now and added lots of unit testsJulia McCauley
2021-04-10Have a functional fetch and processing that uses the offical edgar api. Need ↵Michael Foiani
to opitmize with parameters in the query and loading in more trades (max is 100 filings). This will help remove any need to get filings from the frontend, along with no issues with paying for an api.
2021-04-10Finally have an xml parser that reads the urls and inserts data into ↵Michael Foiani
database consistently. A couple functionality todos, then need to do some more edge testing.
2021-04-09Small changes to testing for parsing.Michael Foiani
2021-04-09Merge pull request #3 from cs0320-2021/xml-parsesotech117
Xml parse
2021-04-09Added a basic skeleton for derivative trades, if we dedice to look at those ↵Michael Foiani
as well.
2021-04-09Added and reorganized tests, but they fail when internet is unstable or ↵Michael Foiani
disconnected.
2021-04-09Added functionality that adds to the DB directly. Also, can handle multiple ↵Michael Foiani
trades within a transaction now.
2021-04-05changed direction of follower map, basic hub rank up and runningJulia McCauley
2021-04-05Moved around and added some tests and added an xml parser that uses urls ↵Michael Foiani
instead of locally held files.
2021-04-05Added a basic xml parser that deals with local files. TODO: add a url one. ↵Michael Foiani
Also, added some tests to ensure it's ok. Needs some edge case testing still.
2021-04-04Link mapper up and running, making map that hub search will run onJulia McCauley
2021-04-01updated database + code to include holder idsJulia McCauley
2021-04-01DatabaseQuerier fully functional for hub search purposes, some basic tests ↵Julia McCauley
written