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