All Projects → azu → philan.net

azu / philan.net

Licence: other
Public Donation Management webservice for Philanthropist.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to philan.net

netdash
Delegated IT infrastructure administration
Stars: ✭ 16 (-54.29%)
Mutual labels:  management
bonsai
Open source software for product footprinting.
Stars: ✭ 45 (+28.57%)
Mutual labels:  management
core
Liman Core allows you to centrally manage all servers in your IT processes remotely, with stable and secure. You can improve the features with expandable extensions and modules.
Stars: ✭ 35 (+0%)
Mutual labels:  management
easy-excel
🚀 快速读写Excel文件,简单高效
Stars: ✭ 118 (+237.14%)
Mutual labels:  spreadsheet
PlotsOfData
Shiny App for comparison of samples
Stars: ✭ 47 (+34.29%)
Mutual labels:  spreadsheet
websheetjs
Lightweight JS library to render website sections with data from Google Spreadsheets
Stars: ✭ 29 (-17.14%)
Mutual labels:  spreadsheet
cardanocli-js
Wrapping the cardano-cli inside JavaScript
Stars: ✭ 173 (+394.29%)
Mutual labels:  management
redismanager
a cross-platform redis gui client (or server)
Stars: ✭ 22 (-37.14%)
Mutual labels:  management
HTML-templating-with-Google-Apps-Script
Use data from your spreadsheets to build a webpage or a client-side app ✨
Stars: ✭ 55 (+57.14%)
Mutual labels:  spreadsheet
career-ladders
A sample of career ladders I use for my organization, open sourced for anyone.
Stars: ✭ 676 (+1831.43%)
Mutual labels:  management
bitcoinate
Integrate the bitcoinate button and get supported!
Stars: ✭ 23 (-34.29%)
Mutual labels:  donation
PM-ClassActivity-C
activity and tasks to be done in small groups as a learning process
Stars: ✭ 15 (-57.14%)
Mutual labels:  management
xltpl
A python module to generate xls/x files from a xls/x template.
Stars: ✭ 46 (+31.43%)
Mutual labels:  spreadsheet
docs
The documentation for Firefly III
Stars: ✭ 30 (-14.29%)
Mutual labels:  management
js-harb
❌ Host of Archaic Representations of Books (now merged in http://github.com/sheetjs/js-xlsx )
Stars: ✭ 55 (+57.14%)
Mutual labels:  spreadsheet
xlsx-reader
xlsx-reader is a PHP library for fast and efficient reading of XLSX spreadsheet files. Its focus is on reading the data contained within XLSX files, disregarding all document styling beyond that which is strictly necessary for data type recognition. It is built to be usable for very big XLSX files in the magnitude of multiple GBs.
Stars: ✭ 40 (+14.29%)
Mutual labels:  spreadsheet
xivraidteam
discord と連携して ロット管理、スケジュール管理 を自動化した FF14 零式 固定管理用スプレッドシート
Stars: ✭ 20 (-42.86%)
Mutual labels:  spreadsheet
management-sdk-python
Cohesity Management SDK for Python.
Stars: ✭ 18 (-48.57%)
Mutual labels:  management
Switch
Manage chrome extensions from the toolbar
Stars: ✭ 13 (-62.86%)
Mutual labels:  management
purpose
Purpose and DUBI, ethereum tokens aiming to make the world a better place
Stars: ✭ 35 (+0%)
Mutual labels:  philanthropy

philan.net

寄付者が寄付の予算と実施した履歴を管理するツール。

Mission

  • 寄付が特別な状態ではないことを目指す
  • 自身の寄付の状況を公開することで透明性を出す

Development

次の手順で、ローカルで開発できます。

yarn install
# first time
yarn bootstrap
# start server
cd web
yarn dev:local

📝 ローカルでは、統計処理など一部はモックの実装となっています

Architectures

This application is based on Next.js(Vercel) + Cloudflare Workers KV.

Storage

  • Cloudflare Workers KV
  • Google SpreadSheet

Permission

次の目的のために、それぞれのパーミッションを指定しています。

Note

KV

  • KVには強整合性がないため、invalid stateが発生する
    • 保存したけど、次の読み込みに最新かが保証されない
    • 傾向的に2回目が最新になるという感じ
    • 更新してから、反映されるまでにラグがある感じ
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].