danielfireman / isumm

Simple and nerd way to easily summarize investiments.
GNU Affero General Public License v3.0
1 stars 3 forks source link

Codeship Status for danielfireman/isumm

I created this project based on a personal need of having a summarized view of my investiments. The idea is to have manually record monthly operations (i.e. balance, deposits or withdrawal) and properly generates a simple summary views of investments.

Main goals:

Main concepts

Dev Notes

Getting code coverage on GAE

GAE has a different definition of workspace and does not share your $GOROOT. To get everything up and running one should:

$ goapp install golang.org/x/tools/cmd/cover
$ goapp test -v -coverprofile=/tmp/coverprofile.out; goapp tool cover -html /tmp/coverprofile.out

Deleting production data

It will be more and more rare, but if isumm devs change the schema, one is going ot need to clean up the production data store (sorry for that). To do so, go to your development console, on the top-right menu -> datastore, then setting and enable Datastore Admin. After that Open Datastore Admin and delete all entities.

A map reduce will be kicked off to execute the operation. Please take a sit and relax (good time for a coffee).

Instalation Steps

Look up here!