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
Age
Commit message (
Expand
)
Author
2021-04-18
need to save changes to pull
Julia McCauley
2021-04-17
added ticker name cleaning to profit calculations
Julia McCauley
2021-04-17
added back our old main that got lost, woops
Julia McCauley
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
need to pull new frontend Merge branch 'master' of github.com:cs0320-2021/ter...
Julia McCauley
2021-04-16
Merge pull request #11 from cs0320-2021/profit-testing
clarkohw
2021-04-16
remove comments for rankCommand
clarkohw
2021-04-16
prelimitary testing
clarkohw
2021-04-16
pulling latest frontend changes Merge branch 'master' of github.com:cs0320-2...
Julia McCauley
2021-04-16
added some todos
Julia McCauley
2021-04-16
Added the new frontend. Still needs querying and lots of testing.
Michael Foiani
2021-04-16
finished up unit tests and added system tests
Julia McCauley
2021-04-16
Working on adapting maps frontend. Finished the time selector to change the t...
Michael Foiani
2021-04-16
need to push endpoint updateMerge branch 'master' of github.com:cs0320-2021/t...
Julia McCauley
2021-04-16
fixed error with empty hub map in suspicion rank
Julia McCauley
2021-04-16
do not reset current stock price table
clarkohw
2021-04-16
Merge branch 'master' of github.com:cs0320-2021/term-project-cohwille-jmccaul...
Julia McCauley
2021-04-16
temp commit to merge
Julia McCauley
2021-04-16
Have a little bug with backend. Going to skip over it for now.
Michael Foiani
2021-04-16
added followers field to holder objects, continued writing tests
Julia McCauley
2021-04-16
need to pull changes from master Merge branch 'master' of github.com:cs0320-2...
Julia McCauley
2021-04-16
need to pull profit map changes
Julia McCauley
2021-04-16
Merge pull request #9 from cs0320-2021/trade-query-endpoint
clarkohw
2021-04-16
fixed profit map
clarkohw
2021-04-16
Merge pull request #8 from cs0320-2021/trade-query-endpoint
clarkohw
2021-04-16
cleanup for profit endpoint
clarkohw
2021-04-16
added trade query endpoint
clarkohw
2021-04-16
Big merge to supress the printstram and update the frontend server.
Michael Foiani
2021-04-16
Small bug fixes.
Michael Foiani
2021-04-16
zero gains are recorded as 0%
clarkohw
2021-04-15
Merge branch 'master' into endpoint-proifit-query
clarkohw
2021-04-15
Fixed suspicion ranks, work with real data now and added lots of unit tests
Julia McCauley
2021-04-15
added endpoint
clarkohw
2021-04-15
had to prune?
Julia McCauley
2021-04-15
made the suspicion rank calculations and added an endpoint to access the list...
Julia McCauley
2021-04-15
full suspicion rank calculations working, made endpoint to request holders an...
Julia McCauley
2021-04-15
added part of handler for profit
clarkohw
2021-04-13
added profit-calc for hub integration
clarkohw
2021-04-12
Some quick frontend fixes to show results in a simple way.
Michael Foiani
2021-04-12
Quickly brewed some basic frontend to display results from trades.
Michael Foiani
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
Updated so the trade will only be added if the price isn't 0.
Michael Foiani
2021-04-09
Small updates to incorportate number of shares into the DB.
Michael Foiani
2021-04-09
Merge branch 'master' of https://github.com/cs0320-2021/term-project-cohwille...
9308233900
2021-04-09
server complete, time/xml passed to backend
9308233900
2021-04-09
Merge pull request #3 from cs0320-2021/xml-parse
sotech117
[next]