207 Commits

Author SHA1 Message Date
Nathan Schneider
ac0c78795b Drafted priv_to_org as first MT module, but it doesn't work yet b/c interaction issues 2021-12-18 15:46:14 -07:00
Nathan Schneider
3e3f737915 A little more cleaning up 2021-12-18 15:06:26 -07:00
Nathan Schneider
a03528d8fe A bunch of cleaning up of unused files 2021-12-18 14:57:11 -07:00
Nathan Schneider
c2852b1bce Renamed modpol/modpol directory to modpol_core for clarity and consistency 2021-12-18 14:50:41 -07:00
Nathan Schneider
bd95fcf811 Moved login.lua to root and updated README 2021-12-18 14:02:14 -07:00
Nathan Schneider
721eb26777 Got modules basically working in CLI and Minetest, still having issues with Minetest interactions in module:initiate() 2021-12-18 13:35:18 -07:00
Nathan Schneider
4411c01ebb Corrected copyright statement on LICENSE 2021-12-18 09:13:42 -07:00
Nathan Schneider
9e492bb1f8 Added remove_org_consent module, a few other tweaks to modules 2021-12-16 23:33:02 -07:00
Nathan Schneider
b9d2b73611 Correction: files added 2021-12-16 16:55:49 -07:00
Nathan Schneider
9be019a839 First draft of modules-as-actions Minetest interactions fix. Still not listing modules; may not be loading correctly. 2021-12-16 16:55:08 -07:00
Nathan Schneider
73515beaea Cleaned up modpol_minetest directory structure 2021-12-16 15:23:35 -07:00
Nathan Schneider
ccc8c40cd7 Removed old DOCS folder and moved GOVERNANCE to root; added provision to it on university ownership. 2021-12-16 15:18:10 -07:00
Nathan Schneider
ddf4c72fc8 Merge branch 'modules-as-actions' of https://gitlab.com/medlabboulder/modpol into modules-as-actions 2021-12-16 15:10:29 -07:00
Nathan Schneider
28e2710efc CLI interactions updated for modules-as-actions 2021-12-16 15:07:26 -07:00
Luke Miller
48123b3496 added consent module, nesting mdoules now functional! 2021-12-16 16:52:06 -05:00
Skylar Hew
0b265d7be5 Added ldoc comments and slug variable for setup 2021-12-16 14:07:58 -07:00
Luke Miller
6e02e254aa added module template, added support for module parameters and default values through the config table 2021-12-16 14:03:42 -05:00
Luke Miller
826f9600b5 cleaned up module template! 2021-12-16 13:32:30 -05:00
Luke Miller
fa7a0f82f6 functional test of call_module and new pending action/interact version 2021-12-06 16:45:52 -05:00
Luke Miller
08151ad9d9 notes from meeting 2021-11-29 18:29:39 -05:00
Luke Miller
1d45dc38b0 first pass of new process system 2021-11-29 17:53:32 -05:00
Luke Miller
f381845d21 added some notes to the modules, some not currently functional. rewriting process.lua to work with new modules, support pending actions 2021-11-29 14:36:18 -05:00
Luke Miller
db43df6ce2 adding class version of join org module 2021-11-22 16:49:03 -05:00
Luke Miller
0ca04294b7 working version of join_org module demonstrated in tests/new_module_test.lua 2021-11-22 16:24:44 -05:00
Luke Miller
8bc5c5ba4e mintest notes 2021-10-11 15:26:15 -04:00
Luke Miller
2386c0e929 first draft of consent system 2021-10-11 09:58:56 -04:00
Luke Miller
a28c313982 updated process and policy table 2021-10-04 17:50:24 -04:00
Luke Miller
7163480581 prototyping for new consent system 2021-09-28 19:01:59 -04:00
Nathan Schneider
0d384da48c A little more file-moving, still much work to do and totally broken on action-module refactor 2021-09-28 09:12:38 -06:00
Nathan Schneider
dc13e543d5 Moved some files around 2021-09-27 15:36:19 -06:00
Nathan Schneider
a1a6203bab More very messy work on drafting module structure 2021-09-27 15:35:12 -06:00
Nathan Schneider
e96b8641dc Non-functioning start on module stratey #1 2021-09-05 17:55:18 -06:00
48058a05b3 Merge branch 'interface' into 'master'
Upgraded CLI Interface

See merge request medlabboulder/modpol!30
2021-08-29 20:45:19 +00:00
Luke Miller
512ed2ecd4 added wrapper function for process:interact to control access 2021-08-20 01:18:02 -04:00
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
af93683ca4 Update modpol_minetest/overrides/interactions/interactions.lua 2021-08-15 21:52:46 +00:00
Luke Miller
a6963ed84f upgraded dashboard to be more streamlined for CLI 2021-08-14 17:04:03 -04:00
Luke Miller
beeaa626a9 updated list_users functions to reflect new instance naming standard 2021-08-14 16:43:38 -04:00
Nathan Schneider
011d30a1b4 Added some confirmation messages to request flow, still need more 2021-08-05 09:12:40 -06:00
Nathan Schneider
c26f11cd99 bugfixes to get delete and add_org requests to work. Working! 2021-08-04 22:47:02 -06:00
fa4283dce6 Merge branch 'interaction-nested-functions' into 'master'
Moved code over to nested function approach, working

See merge request medlabboulder/modpol!27
2021-08-04 23:02:32 +00: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
3775f77c2e Getting the testing formspecs working with requests and nested functions, bugfixes like crazy 2021-08-03 23:37:31 -06:00
Nathan Schneider
97d540715a Fixed bug preventing second formspecs from showing in sequences of interactions 2021-08-03 22:14:01 -06:00
Nathan Schneider
4016aa77cc Success using nested functions for requests on CLI 2021-08-03 16:51:12 -06:00
Nathan Schneider
82226f71b1 Added working test of nested poll function on CLI 2021-08-03 15:48:11 -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
3885f9af78 Testing cascading functions in interactions 2021-07-30 16:28:55 -06:00
Nathan Schneider
b9bbf0380f experimenting with passing functions through interactions 2021-07-30 14:46:22 -06:00