This is the start for comments surrounding the Public Assembly homepage.
It would be cool to see redirect links for this discourse community on the homepage and a button on the discourse to redirect toward the homepage and github organization.
2 Likes
HI! PR for an update to the auction duration timer / know we are moving to 24hrs - more info in the PR linked:
public-assembly:main
← public-assembly:45-countdown-string-to-days-hours-mins-if-over-24hrs
opened 12:57AM - 06 Dec 22 UTC
This PR modifies the countdown to display days / hours / mins / seconds.
-- awa… re we are changing to 24hrs, but this came up, and the plan is move this auction specific code out to a npm package.
<img width="1117" alt="Screen Shot 2022-12-05 at 6 56 22 PM" src="https://user-images.githubusercontent.com/7268786/205798724-28fea774-1960-4346-8755-20f6b6541d7b.png">
Also did a bit of a directory reorg to prep for the soon to be package:
<img width="318" alt="Screen Shot 2022-12-05 at 6 57 59 PM" src="https://user-images.githubusercontent.com/7268786/205798908-2493a006-403c-4d92-a327-ce807e0fee58.png">
@0xTranqui @salief
3 Likes
Couple more tickets - i’ll try and get em sorted manana:
opened 09:21PM - 05 Dec 22 UTC
Seems to be a delay between new auction and metadata - this may be due to the to… ken metadata coming from the indexer...
Might be best to set up a direct contract read as a fallback.
opened 09:18PM - 05 Dec 22 UTC
Good to have a grid display
- token artwork
- winning bid amount
- winning bi… dder
opened 01:17AM - 05 Dec 22 UTC
without getting into the full gov interface workflow, another low hanging fruit … for the home page is prob the addition of back/forward arrows to see previous auction results. see screenshot below for example on nouns.wtf
<img width="298" alt="Screen Shot 2022-12-04 at 8 14 02 PM" src="https://user-images.githubusercontent.com/93691906/205528497-e2c684e3-6c54-47f6-9765-fef550ad6ca5.png">
for our implementation, I believe we could just throw the arrows below the "Public Assembly #x" ttitle and then add another row of blank space below. when viewing tokens that have alrady been distributed, I think we need to add in the following info:
1. who owns that token (which isnt necessarily the same as who won the auction)
2. how much did that token sell for. if it was a founders allocated token, that should be made apparent, rather than just having a weird 0eth / N/A price view
<img width="329" alt="Screen Shot 2022-12-04 at 8 15 24 PM" src="https://user-images.githubusercontent.com/93691906/205528627-3c8b216a-fa4d-4be9-8493-7c7e201d2df9.png">
Little layout adjustment on the about page @0xTranqui
public-assembly:main
← public-assembly:fix/conversations-grid
opened 09:00PM - 06 Dec 22 UTC
hi @DBlodorn ! Is there a good place feedback on the site, either here or github? So far only one thing I’m noticing, but want to respect best practices
1 Like
Hey you could open an issue in github if you like, and link it here. That way it’s tracked closer to the source. I’m just pinging people here with progress in case they aren’t tracking the repo haha.
2 Likes
Yep, gonna start commenting on github so we can have a tighter link between dev/design
1 Like
merged and added a comment for u
1 Like
Little update to the homie-page:
Haven’t merged yet - but it’s been an interesting journey with typechain - querying events that aren’t available in the zora api… etc.
3 Likes
For the curious:
/**
* https://docs.ethers.io/v5/api/contract/contract/#Contract-queryFilter
* Used to query the Auction events exposed below:
* https://github.com/ourzora/nouns-protocol/blob/main/src/auction/IAuction.sol#L16-L22
*/
1 Like
salief
December 9, 2022, 3:15am
18
This is awesome @DBlodorn . Super excited to see we can now see who the current bidder is as well as some historical auction info.
2 Likes