index
:
watchdogs.git
master
Application that takes data from SEC directly on CEOs and determines suspicious activity using a page rank algorithm. Displays the results visually as a graph in a webfrontend.
csci0320
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
java
Age
Commit message (
Collapse
)
Author
2021-04-09
Added and reorganized tests, but they fail when internet is unstable or ↵
Michael Foiani
disconnected.
2021-04-09
Added functionality that adds to the DB directly. Also, can handle multiple ↵
Michael Foiani
trades within a transaction now.
2021-04-05
Moved around and added some tests and added an xml parser that uses urls ↵
Michael Foiani
instead of locally held files.
2021-04-05
Added 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-05
merged in changes from master
clarkohw
2021-04-05
using price in db
clarkohw
2021-04-04
Merge branch 'master' into profic-calc
clarkohw
2021-04-04
Link mapper up and running, making map that hub search will run on
Julia McCauley
2021-04-04
added compare to market feature'
clarkohw
2021-04-04
added price gettin function
clarkohw
2021-04-04
price works, but api limits calls
clarkohw
2021-04-03
important methods are implemented
clarkohw
2021-04-03
before restructuring
clarkohw
2021-04-01
updated database + code to include holder ids
Julia McCauley
2021-04-01
DatabaseQuerier fully functional for hub search purposes, some basic tests ↵
Julia McCauley
written
2021-04-01
Created class outline for hub stuff, started database querier
Julia McCauley
2021-03-31
inital code for profit calculations
clarkohw
2021-03-31
set up basic repl/command structure for ease of testing backend
Julia McCauley
2021-03-30
set up project structure
Julia McCauley