Luke Miller
|
12623ee4a2
documentation
|
3 years ago |
Luke Miller
|
6de2be011f
added a function to wipe all pending actions for dead processes, consent module now does this on close
|
3 years ago |
Luke Miller
|
295cd983b8
added remove pending action function, now called in consent module when pending action is completed
|
3 years ago |
Luke Miller
|
2e6c8a5ee3
added process id to log message
|
3 years ago |
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
|
3 years ago |
Luke Miller
|
1890534195
added an actions table to processes, which lists the actions required of each user
|
3 years ago |
Luke Miller
|
37f1b48466
fixed issue with loading processes from memory
|
3 years ago |
Nathan Schneider
|
206d4af9e2
Merge branch 'process-updates' into 'master'
|
3 years ago |
Luke Miller
|
20f2854969
made user index local
|
3 years ago |
Luke Miller
|
eeb734bab2
added delete function for processes, and autodeletes on completion
|
3 years ago |
Luke Miller
|
0f41e15845
simplified request params check
|
3 years ago |
Luke Miller
|
56ab80d08e
moved type var into process table, this means that when loaded from memory, processes will properly reconnect to their classes
|
3 years ago |
Nathan Schneider
|
f837e99077
Merge branch 'join-created-orgs' into 'master'
|
3 years ago |
Luke Miller
|
96705e826f
updates modpol instance during reset, add_org request no longer has user param, but uses request.user as the first user in the org
|
3 years ago |
Luke Miller
|
382b4c8dc9
updated org test
|
3 years ago |
Luke Miller
|
c44defa864
reset function now regenerates the instance
|
3 years ago |
Luke Miller
|
28e31eebc9
orgs are now initialized with a founding member
|
3 years ago |
Nathan Schneider
|
9d81d57a54
Merge branch 'request_interactions' into 'master'
|
3 years ago |
Nathan Schneider
|
85f8ec14f8
Removed old processes.lua file from modpol/api.lua
|
3 years ago |
Nathan Schneider
|
377bf31d41
Added credit to The Bentway
|
3 years ago |
Nathan Schneider
|
c1475e9035
Removed processes from main dashboards; processes are now org-based
|
3 years ago |
Nathan Schneider
|
fe26d5322d
Removed old modpol/processes/ directory; processes now in modpol/orgs
|
3 years ago |
Nathan Schneider
|
2432633d55
Added org_dashboard to CLI interactions
|
3 years ago |
Nathan Schneider
|
48b5b3070b
Added list_processes and began adding process logic to Join button in interactions
|
3 years ago |
Nathan Schneider
|
592226fe5a
Fixed table error on processes load
|
3 years ago |
Nathan Schneider
|
aa6bb06d5c
Merge branch 'policy_table' into 'master'
|
3 years ago |
Luke Miller
|
ac8bb432e0
fixing lazy deletion check
|
3 years ago |
Luke Miller
|
23f6455a89
removed strange message
|
3 years ago |
Luke Miller
|
3b35817d5b
make_request now automatically launches a process
|
3 years ago |
Luke Miller
|
797d0bebb8
significant progress! a working process from beginning to end can be seen in test/org_req_test.lua
|
3 years ago |