holium / ballot

An Urbit app for voting on proposals and polls.
MIT License
2 stars 0 forks source link

`~bus` should be owner if created in `~zod`'s group #72

Closed drunkplato closed 2 years ago

drunkplato commented 2 years ago

The proposal created by a member should have that member as the owner so that data can be used to enable the delete button.

{
choices: [],
content: "aljadlfa",
created: 1655305578814,
end: 1655913600,
key: "proposal-1655305578814",
owner: "~zod", // should be ~bus
redacted: false,
start: 1655308800,
strategy: "single-choice",
support: 10,
title: "Test delete from bus"
}
subnet-arts commented 2 years ago

Let's look at this one tomorrow. Not seeing

subnet-arts commented 2 years ago

Yea not seeing this. Let's share screens tomorrow.