index
:
budget
main
Share payments with a group of people.
Joris
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
client
/
Main.elm
Age
Commit message (
Expand
)
Author
2017-11-07
Bootstrap with GHCJS and reflex:
Joris
2017-04-02
Add a chart on payments by month by categories
Joris
2017-03-26
Separate client and server watch
Joris
2015-12-29
Using persona to validate emails
Joris
2015-11-01
Use in client the real currency set in config.txt
Joris
2015-10-04
Using incomes to compute a fair computation to designate the payer
Joris
2015-09-12
Adding UI income read-only
Joris
2015-09-11
Using jsonObject to create on the fly json object responses
Joris
2015-09-07
Fixing logout page
Joris
2015-09-06
Renaming PaymentView to LoggedInView
Joris
2015-09-06
Can add monthly payments, not visible at the moment though, just the count is...
Joris
2015-09-05
Renaming PaymentView to LoggedView
Joris
2015-09-05
Using UserId instead of UserName to indentify users
Joris
2015-09-04
Adding paging (need some fixes)
Joris
2015-09-03
Give the payments count to the client
Joris
2015-08-29
Showing exceeding payers
Joris
2015-08-20
Removing exposed modules so that we do not need a documentation for main
guyonvarch
2015-08-11
Showing server sides generated messages from the client
Joris Guyonvarch
2015-07-21
Adding the payment without reloading the page
Joris Guyonvarch
2015-07-20
Add a payment from the UI, it needs polishing however
Joris Guyonvarch
2015-07-19
Showing login token error message in the UI
Joris Guyonvarch
2015-07-19
Adding UI to sign in and sign out
Joris Guyonvarch
2015-07-18
Showing either the payment table or a forbidden message in the UI
Joris Guyonvarch
2015-07-18
Adding login/logout functions thanks to a client session
Joris Guyonvarch
2015-07-10
Fetching payments and showing them in a table
Joris Guyonvarch
2015-07-06
Setting up Scotty, Persistent, Clay, Blaze, Esqueleto, Elm
Joris Guyonvarch