basti
4c749bca35
Use integer for contributor ID everywhere
...
closes #145
2022-05-21 18:16:26 +02:00
basti
63675a1e13
Convert fiat totals to BTC and add to total amount
2020-09-30 16:46:35 +02:00
basti
4abc1593cb
Add total sums of EUR/USD expenses
2020-09-30 16:04:53 +02:00
basti
25b2a8b0e5
Create exchange rate service , use CORS proxy for requests
2020-09-30 15:03:55 +02:00
basti
b5700092a8
Add util for fetching bitcoin exchange rate
2020-09-30 12:10:21 +02:00
basti
444ec62a66
Validate expense/reimbursement forms
...
Adds some general helpers and styles for minimalistic form validation.
2020-09-29 19:31:58 +02:00
basti
dec71c6f4f
Load community funds balances from mainnet Gnosis Safe
2020-08-13 00:27:40 +02:00
basti
f63d14d7b4
Move sorted contributors to kredits service
2020-08-12 22:51:52 +02:00
basti
ef0fc11edf
Add reimbursement form route and component
2020-07-25 18:24:16 +02:00
basti
11c3078b55
Style reimbursement list items
2020-07-09 23:53:06 +02:00
basti
eaac245f4e
WIP Basic reimbursement lists
2020-07-09 15:46:20 +02:00
basti
3b127b0e81
WIP Budget route and basic layout
2020-06-27 13:36:28 +02:00
basti
769317777c
Refactor routes
...
* Add specific dashboard route
* Port application route to Octane
* Fetch/sync contributors in application route, but only sync
contributions in dashboard route for now
2020-06-27 13:36:02 +02:00
basti
69141a31c4
Process contribution data before loading models
2020-05-28 13:44:32 +02:00
basti
e7c9620bbe
Add network namespace for browser cache
...
We want to be able to cache data from multiple networks side-by-side,
without them interfering with each other.
2020-05-28 11:53:19 +02:00
basti
50e1fc728c
Cache contributors in IndexedDB
2020-05-27 17:33:36 +02:00
basti
871731110b
Process contributor data
...
Add util function for processing contributor data, and remove bignums,
etc.
2020-05-27 16:27:08 +02:00
basti
f996c89dfe
Add localforage, basic cache service
2020-05-27 12:59:37 +02:00
basti
4946b3311d
Remove all proposal-related code
...
We're not using proposals at the moment, so it's just in the way.
2020-05-10 10:25:06 +02:00
basti
863b542e3e
Add failing test for partial attribute override
...
Currently the default attributes are only set correctly when either none
or all attributes are handed to the component
2019-12-10 13:18:21 +03:00
basti
23d86f1502
Add unit test for add-contribution component
2019-12-10 13:09:30 +03:00
galfert
58f1382df1
Fix helper test filename
...
Files that don't end with '-test', will not be run.
2019-11-15 16:23:28 +01:00
basti
1deecafee7
Handle pending changes for contributions
...
This adds the pending tx data to pending contributions (after adding or
vetoing, until the tx is mined). It also disables the veto button while
pending.
2019-09-20 15:43:34 +02:00
basti
05e3118a0c
Re-submit vetoed contributions
2019-09-10 11:47:07 +02:00
basti
dc5dfe19f2
Add success page to GitHub signup
2019-08-27 18:19:46 +02:00
basti
d6d2b1a61c
Add signup completion page
2019-07-21 17:03:50 +02:00
basti
0a71d7ad91
Add signup route
2019-07-18 19:31:03 +02:00
galfert
9c18593529
Merge pull request #140 from 67P/feature/contribution_details
...
Contribution details
2019-07-17 17:23:14 +02:00
basti
7236b2d2b3
Add basics for contribution details
...
Route, controller, links, selected property/styles, etc.
2019-07-16 15:35:35 +02:00
galfert
42fe01b349
Run codemods
2019-07-15 19:17:56 +02:00
basti
8cc1b02d19
WIP Details pane + contributor profiles
...
Adds a 3-pane layout option for showing details, as well as a dashboard
sub-route for showing contributor details in the new details pane.
2019-07-11 09:35:01 +02:00
basti
409d5e33f9
Add "special" category to chart test
...
Ensure that it's not shown in the chart (which is already the case).
2019-05-23 14:30:36 +02:00
basti
f07100b7ea
Fix component test
2019-05-10 15:01:51 +02:00
basti
d2bb70e8a1
Add failing test for vetoed amounts in toplist
...
This specifies the correct behaviour for unconfirmed kredits balances,
which is that amounts from vetoed contributions shouldn't be added at
all.
2019-05-06 18:32:00 +02:00
basti
ef45d55521
Fix missing contributors in toplist
...
Adds contributors without unconfirmed contributions to the
kreditsByContributor collection.
fixes #114
2019-05-06 14:44:42 +01:00
basti
f86c53de89
Add failing test for missing contributors in toplist
2019-05-06 14:23:47 +01:00
basti
82b275caaa
Add some unit tests for kredits service
2019-05-06 14:21:37 +01:00
basti
cf77f20d41
Merge branch 'master' into feature/111-unconfirmed_balances
2019-05-01 19:56:43 +01:00
basti
f25c74c7e9
Add helper functions for confirmation status
2019-04-28 14:42:09 +01:00
basti
6c0cb1a29c
Add integration test for contributor list
...
And comment out the index controller one for now, as it's failing and
almost all code in the controller is framework DSL atm.
2019-04-27 20:53:36 +01:00
basti
185d7c58c2
Finish group-by util
...
Move function to util, add tests.
2019-04-27 18:41:26 +01:00
bumi
d1791cadfe
Display contribution balances not token balances
...
We want to display the contribution balances (kredits earned) of the
contributors not the token balances.
2019-04-19 18:16:02 +02:00
bumi
6bd87ae0de
Fu** you failing tests. You should not be here anyway
...
take my rm -rf muhahaha
2019-04-16 11:04:57 +02:00
galfert
88be3525b5
Fix highlighting of current user in contributor list
...
Fixes #72
Introduces a helper to determine if a contributor is the current user.
2019-04-03 01:35:08 +02:00
basti
b4a094bc89
Add tests for contributions-by-type chart
2018-07-15 11:57:38 +02:00
fsmanuel
38d853a272
Remove spinner route
2018-06-14 19:04:22 +02:00
fsmanuel
1b2b1bd447
Fix contributor deserialize test
2018-04-21 11:34:41 +02:00
bumi
7da4956f1e
Fix tests
...
These tests must be moved into the kredits-contract package. The
serialization is happening there.
They should be ported to mocha/chai probably
2018-04-18 20:19:26 +02:00
basti
8d303ea5af
Fix tests, remove obsolete initializers
2018-04-17 01:38:21 +02:00
basti
c0b5c36115
Don't inject kredits service in models
2018-04-16 19:23:28 +02:00