Luke Miller
76db1ea87f
adding to org dashboard, added check to make sure user is actually able to interact with process, set votes needed at process creation to prevent a stalemate if a user joins after
2021-08-16 16:25:42 -04:00
Luke Miller
a6963ed84f
upgraded dashboard to be more streamlined for CLI
2021-08-14 17:04:03 -04:00
Nathan Schneider
c26f11cd99
bugfixes to get delete and add_org requests to work. Working!
2021-08-04 22:47:02 -06:00
Nathan Schneider
30e25aee3d
Progress on bugfixes and Minetest interfaces, but processes are still not completing
2021-08-04 16:58:06 -06:00
Nathan Schneider
4e10d74bff
Further implementation of nested functions in interactions, including in consent module
2021-07-31 17:11:26 -06:00
Nathan Schneider
74263b252b
Shifting minetest interactions to nested functions
2021-07-31 00:00:35 -06:00
Nathan Schneider
b9bbf0380f
experimenting with passing functions through interactions
2021-07-30 14:46:22 -06:00
Luke Miller
1be8e8b23d
basic interaction dashboard, interact callback function in consent module
2021-07-05 17:32:17 -04:00
Luke Miller
7318b8d664
working on upgrading CLI
2021-07-04 23:54:54 -04:00
Nathan Schneider
c1475e9035
Removed processes from main dashboards; processes are now org-based
2021-05-13 00:46:37 -06:00
Nathan Schneider
2432633d55
Added org_dashboard to CLI interactions
2021-05-11 16:30:55 -06:00
Nathan Schneider
486d310f52
Began creating complex interactions in Minetest with _context
2021-04-17 23:37:56 -06:00
Nathan Schneider
55c3ee9f46
Added basic modpol.interactions.message
2021-04-17 21:46:14 -06:00
Nathan Schneider
9f65e2bdd3
Changed modpol.orgs.list_all to return table not string
2021-04-17 09:50:18 -06:00
Nathan Schneider
6bc5f4077e
Fixes to basic CLI dashboard
2021-04-15 23:50:13 -06:00
Nathan Schneider
10810eeaa7
Fixed modpol.dashboard call for listing orgs to new nomenclature
2021-04-15 23:33:40 -06:00
08122f7a6a
Small fix to switch dashboard call to OO logic
2021-04-12 16:11:19 +00:00
Nathan Schneider
74ecba940a
Turned 'menu' command into 'dashboard'
2021-04-11 22:24:47 -06:00
Nathan Schneider
ac6bae3f85
Added modpol.menu() functions modpol and modpol_minetest. Not sure if latter works.
2021-03-14 22:51:53 -06:00
MisterE123
f19796f82d
*Reorganized code so that further expansion is possible in a very organized manner.
...
*modpol.add_member() -- added a check if the member is already a member of that organized
*storage -- fixed bug by moving storageref to top of file
*added on_joinplayer to add players to instance
*moved minetest specific code in init.lua to modpol_minetest, organized in folders.
All overrides in one folder, all chatcommands in another, the on_joinplayer in modpol_minetest/orgs/instance.lua
2021-02-10 23:40:28 -05:00