Commit Graph

20 Commits

Author SHA1 Message Date
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
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
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
Luke Miller
1be8e8b23d basic interaction dashboard, interact callback function in consent module 2021-07-05 17:32:17 -04:00
Luke Miller
761a058b6a refactored to simpler pending action system 2021-06-17 21:27:09 -04:00
Luke Miller
6de2be011f added a function to wipe all pending actions for dead processes, consent module now does this on close 2021-06-14 17:21:13 -04:00
Luke Miller
295cd983b8 added remove pending action function, now called in consent module when pending action is completed 2021-06-13 15:06:47 -04:00
Luke Miller
2e6c8a5ee3 added process id to log message 2021-06-13 14:26:54 -04:00
Luke Miller
f616136597 moving how pending actions work around, after some testing and discussion. reordered how new processes are created so that they have access to their own ids 2021-06-13 14:22:07 -04:00
Luke Miller
1890534195 added an actions table to processes, which lists the actions required of each user 2021-06-08 23:09:54 -04:00
Luke Miller
eeb734bab2 added delete function for processes, and autodeletes on completion 2021-06-06 16:37:56 -04:00
Luke Miller
56ab80d08e moved type var into process table, this means that when loaded from memory, processes will properly reconnect to their classes 2021-06-06 15:43:24 -04:00
Luke Miller
797d0bebb8 significant progress! a working process from beginning to end can be seen in test/org_req_test.lua 2021-05-06 14:13:02 -04:00
Luke Miller
a7ba7605d3 proccesses are working now! 2021-05-06 01:05:57 -04:00
Luke Miller
fb0bb4f049 starting to bring consent module online 2021-05-06 00:36:30 -04:00
Luke Miller
68d8da7290 drafting consent module 2021-05-02 23:34:05 -04:00
Luke Miller
358aacba0a small fixes in requests system, working towards process support 2021-05-02 23:18:03 -04:00