aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
AgeCommit message (Collapse)Author
2021-04-16added trade query endpointclarkohw
2021-04-16zero gains are recorded as 0%clarkohw
2021-04-15Merge branch 'master' into endpoint-proifit-queryclarkohw
2021-04-15Fixed suspicion ranks, work with real data now and added lots of unit testsJulia McCauley
2021-04-15added endpointclarkohw
2021-04-15had to prune?Julia McCauley
2021-04-15made the suspicion rank calculations and added an endpoint to access the ↵Julia McCauley
list of holders with their ranks#
2021-04-15full suspicion rank calculations working, made endpoint to request holders ↵Julia McCauley
and their sus ranks
2021-04-15added part of handler for profitclarkohw
2021-04-13added profit-calc for hub integrationclarkohw
2021-04-12Quickly brewed some basic frontend to display results from trades.Michael Foiani
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-09Updated so the trade will only be added if the price isn't 0.Michael Foiani
2021-04-09Small updates to incorportate number of shares into the DB.Michael Foiani
2021-04-09Merge branch 'master' of ↵9308233900
https://github.com/cs0320-2021/term-project-cohwille-jmccaul3-mfoiani-rhunt2
2021-04-09server complete, time/xml passed to backend9308233900
2021-04-09Merge pull request #3 from cs0320-2021/xml-parsesotech117
Xml parse
2021-04-09server up9308233900
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-05merging to push hub rank changesMerge branch 'master' of ↵Julia McCauley
github.com:cs0320-2021/term-project-cohwille-jmccaul3-mfoiani-rhunt2 into hubstuff
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-05merged in changes from masterclarkohw
2021-04-05using price in dbclarkohw
2021-04-04Merge branch 'master' into profic-calcclarkohw
2021-04-04Link mapper up and running, making map that hub search will run onJulia McCauley
2021-04-04added compare to market feature'clarkohw
2021-04-04added price gettin functionclarkohw
2021-04-04price works, but api limits callsclarkohw
2021-04-03important methods are implementedclarkohw
2021-04-03before restructuringclarkohw
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
2021-04-01Created class outline for hub stuff, started database querierJulia McCauley
2021-03-31inital code for profit calculationsclarkohw
2021-03-31set up basic repl/command structure for ease of testing backendJulia McCauley
2021-03-30set up project structureJulia McCauley