aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
AgeCommit message (Collapse)Author
2021-04-18need to save changes to pullJulia McCauley
2021-04-17added ticker name cleaning to profit calculationsJulia McCauley
2021-04-17added back our old main that got lost, woopsJulia McCauley
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-17Created a stable load command that uses thhe official edgar rss feed. Had an ↵Michael Foiani
option to load mose recent trades or trades from a certain timefrant.
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-16Merge pull request #11 from cs0320-2021/profit-testingclarkohw
Profit testing
2021-04-16remove comments for rankCommandclarkohw
2021-04-16prelimitary testingclarkohw
2021-04-16 pulling latest frontend changes Merge branch 'master' of ↵Julia McCauley
github.com:cs0320-2021/term-project-cohwille-jmccaul3-mfoiani-rhunt2
2021-04-16added some todosJulia McCauley
2021-04-16Added the new frontend. Still needs querying and lots of testing.Michael Foiani
2021-04-16finished up unit tests and added system testsJulia McCauley
2021-04-16Working on adapting maps frontend. Finished the time selector to change the ↵Michael Foiani
time interval.
2021-04-16need to push endpoint updateMerge branch 'master' of ↵Julia McCauley
github.com:cs0320-2021/term-project-cohwille-jmccaul3-mfoiani-rhunt2
2021-04-16fixed error with empty hub map in suspicion rankJulia McCauley
2021-04-16do not reset current stock price tableclarkohw
2021-04-16Merge branch 'master' of ↵Julia McCauley
github.com:cs0320-2021/term-project-cohwille-jmccaul3-mfoiani-rhunt2 into fronend-dev # Conflicts: # src/main/java/edu/brown/cs/student/term/Main.java
2021-04-16temp commit to mergeJulia McCauley
2021-04-16Have a little bug with backend. Going to skip over it for now.Michael Foiani
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-16Merge pull request #9 from cs0320-2021/trade-query-endpointclarkohw
fixed profit map
2021-04-16fixed profit mapclarkohw
2021-04-16Merge pull request #8 from cs0320-2021/trade-query-endpointclarkohw
Trade query endpoint
2021-04-16cleanup for profit endpointclarkohw
2021-04-16added trade query endpointclarkohw
2021-04-16Big merge to supress the printstram and update the frontend server.Michael Foiani
2021-04-16Small bug fixes.Michael Foiani
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-12Some quick frontend fixes to show results in a simple way.Michael Foiani
2021-04-12Quickly brewed some basic frontend to display results from trades.Michael Foiani
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 ↵Michael Foiani
looking pretty good :)
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-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