public inbox for [email protected]  
help / color / mirror / Atom feed
Community events and badges
5+ messages / 3 participants
[nested] [flat]

* Community events and badges
@ 2021-10-11 17:52 Bruce Momjian <[email protected]>
  2021-10-11 18:14 ` Re: Community events and badges Magnus Hagander <[email protected]>
  0 siblings, 1 reply; 5+ messages in thread

From: Bruce Momjian @ 2021-10-11 17:52 UTC (permalink / raw)
  To: pgsql-www

We currently have two Postgres events listed on our home page:

	https://www.postgresql.org/

The text is:

	Upcoming Events
	
	    2021-11-30 – 2021-12-01 · Postgres Build 2021: Virtual Event
	    (*) 2021-12-02 – 2021-12-03 · PGConf NYC 2021
	
	(*) PostgreSQL Community Event indicates that an event is recognised under
	the community event guidelines and is directly helping the PostgreSQL
	community.

There is a yellow community badge next to the second event, shown above
as "*".  However, when I click on the second event:

	https://www.postgresql.org/about/event/pgconf-nyc-2021-2412/

there is no yellow badge or description.  Is it intended to show the
community recognition badge on the on the event list and not on the
event page?

-- 
  Bruce Momjian  <[email protected]>        https://momjian.us
  EDB                                      https://enterprisedb.com

  If only the physical world exists, free will is an illusion.






^ permalink  raw  reply  [nested|flat] 5+ messages in thread

* Re: Community events and badges
  2021-10-11 17:52 Community events and badges Bruce Momjian <[email protected]>
@ 2021-10-11 18:14 ` Magnus Hagander <[email protected]>
  2021-10-11 18:34   ` Re: Community events and badges Jonathan S. Katz <[email protected]>
  0 siblings, 1 reply; 5+ messages in thread

From: Magnus Hagander @ 2021-10-11 18:14 UTC (permalink / raw)
  To: Bruce Momjian <[email protected]>; +Cc: pgsql-www

On Mon, Oct 11, 2021 at 7:52 PM Bruce Momjian <[email protected]> wrote:

> We currently have two Postgres events listed on our home page:
>
>         https://www.postgresql.org/
>
> The text is:
>
>         Upcoming Events
>
>             2021-11-30 – 2021-12-01 · Postgres Build 2021: Virtual Event
>             (*) 2021-12-02 – 2021-12-03 · PGConf NYC 2021
>
>         (*) PostgreSQL Community Event indicates that an event is
> recognised under
>         the community event guidelines and is directly helping the
> PostgreSQL
>         community.
>
> There is a yellow community badge next to the second event, shown above
> as "*".  However, when I click on the second event:
>
>         https://www.postgresql.org/about/event/pgconf-nyc-2021-2412/
>
> there is no yellow badge or description.  Is it intended to show the
> community recognition badge on the on the event list and not on the
> event page?
>

That does seem a bit silly.

I suggest something like the attached.

-- 
 Magnus Hagander
 Me: https://www.hagander.net/ <http://www.hagander.net/;
 Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/;


Attachments:

  [text/x-patch] badged_event.patch (738B, 3-badged_event.patch)
  download | inline diff:
diff --git a/templates/events/item.html b/templates/events/item.html
index 81eb42d0..00fa6535 100644
--- a/templates/events/item.html
+++ b/templates/events/item.html
@@ -6,6 +6,7 @@
 <div class="eventdate">Date: <strong>{{obj.displaydate|safe}}</strong></div>
 <div>Location: {{obj.locationstring}}</div>
 {%if obj.language%}<div>Language: {{obj.language}}</div>{%endif%}
+{%if obj.badged%}<img src="/media/img/PostgreSQL_Badge1.svg" class="community" alt="PostgreSQL Community Event">  This event is recognised under the <a href="/about/policies/conferences/">community event guidelines</a>.{%endif%}
 {{obj.details|markdown}}
 {%if obj.has_organisation%}
 <p>Posted by {{obj.org}}{%if obj.org.email%} ({{obj.org.email}}){%endif%}.</p>


^ permalink  raw  reply  [nested|flat] 5+ messages in thread

* Re: Community events and badges
  2021-10-11 17:52 Community events and badges Bruce Momjian <[email protected]>
  2021-10-11 18:14 ` Re: Community events and badges Magnus Hagander <[email protected]>
@ 2021-10-11 18:34   ` Jonathan S. Katz <[email protected]>
  2021-10-11 18:36     ` Re: Community events and badges Magnus Hagander <[email protected]>
  0 siblings, 1 reply; 5+ messages in thread

From: Jonathan S. Katz @ 2021-10-11 18:34 UTC (permalink / raw)
  To: Magnus Hagander <[email protected]>; +Cc: Bruce Momjian <[email protected]>; pgsql-www


> On Oct 11, 2021, at 2:14 PM, Magnus Hagander <[email protected]> wrote:
> 
> 
> 
> 
>> On Mon, Oct 11, 2021 at 7:52 PM Bruce Momjian <[email protected]> wrote:
>> We currently have two Postgres events listed on our home page:
>> 
>>         https://www.postgresql.org/
>> 
>> The text is:
>> 
>>         Upcoming Events
>> 
>>             2021-11-30 – 2021-12-01 · Postgres Build 2021: Virtual Event
>>             (*) 2021-12-02 – 2021-12-03 · PGConf NYC 2021
>> 
>>         (*) PostgreSQL Community Event indicates that an event is recognised under
>>         the community event guidelines and is directly helping the PostgreSQL
>>         community.
>> 
>> There is a yellow community badge next to the second event, shown above
>> as "*".  However, when I click on the second event:
>> 
>>         https://www.postgresql.org/about/event/pgconf-nyc-2021-2412/
>> 
>> there is no yellow badge or description.  Is it intended to show the
>> community recognition badge on the on the event list and not on the
>> event page?
> 
> That does seem a bit silly.
> 
> I suggest something like the attached.

+1

Jonathan 

^ permalink  raw  reply  [nested|flat] 5+ messages in thread

* Re: Community events and badges
  2021-10-11 17:52 Community events and badges Bruce Momjian <[email protected]>
  2021-10-11 18:14 ` Re: Community events and badges Magnus Hagander <[email protected]>
  2021-10-11 18:34   ` Re: Community events and badges Jonathan S. Katz <[email protected]>
@ 2021-10-11 18:36     ` Magnus Hagander <[email protected]>
  2021-10-11 19:24       ` Re: Community events and badges Bruce Momjian <[email protected]>
  0 siblings, 1 reply; 5+ messages in thread

From: Magnus Hagander @ 2021-10-11 18:36 UTC (permalink / raw)
  To: Jonathan S. Katz <[email protected]>; +Cc: Bruce Momjian <[email protected]>; pgsql-www

On Mon, Oct 11, 2021 at 8:34 PM Jonathan S. Katz <[email protected]>
wrote:

>
> On Oct 11, 2021, at 2:14 PM, Magnus Hagander <[email protected]> wrote:
>
> 
>
>
> On Mon, Oct 11, 2021 at 7:52 PM Bruce Momjian <[email protected]> wrote:
>
>> We currently have two Postgres events listed on our home page:
>>
>>         https://www.postgresql.org/
>>
>> The text is:
>>
>>         Upcoming Events
>>
>>             2021-11-30 – 2021-12-01 · Postgres Build 2021: Virtual Event
>>             (*) 2021-12-02 – 2021-12-03 · PGConf NYC 2021
>>
>>         (*) PostgreSQL Community Event indicates that an event is
>> recognised under
>>         the community event guidelines and is directly helping the
>> PostgreSQL
>>         community.
>>
>> There is a yellow community badge next to the second event, shown above
>> as "*".  However, when I click on the second event:
>>
>>         https://www.postgresql.org/about/event/pgconf-nyc-2021-2412/
>>
>> there is no yellow badge or description.  Is it intended to show the
>> community recognition badge on the on the event list and not on the
>> event page?
>>
>
> That does seem a bit silly.
>
> I suggest something like the attached.
>
>
> +1
>
>
Thanks, pushed.

-- 
 Magnus Hagander
 Me: https://www.hagander.net/ <http://www.hagander.net/;
 Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/;


^ permalink  raw  reply  [nested|flat] 5+ messages in thread

* Re: Community events and badges
  2021-10-11 17:52 Community events and badges Bruce Momjian <[email protected]>
  2021-10-11 18:14 ` Re: Community events and badges Magnus Hagander <[email protected]>
  2021-10-11 18:34   ` Re: Community events and badges Jonathan S. Katz <[email protected]>
  2021-10-11 18:36     ` Re: Community events and badges Magnus Hagander <[email protected]>
@ 2021-10-11 19:24       ` Bruce Momjian <[email protected]>
  0 siblings, 0 replies; 5+ messages in thread

From: Bruce Momjian @ 2021-10-11 19:24 UTC (permalink / raw)
  To: Magnus Hagander <[email protected]>; +Cc: Jonathan S. Katz <[email protected]>; pgsql-www

On Mon, Oct 11, 2021 at 08:36:41PM +0200, Magnus Hagander wrote:
>             There is a yellow community badge next to the second event, shown
>             above
>             as "*".  However, when I click on the second event:
> 
>                     https://www.postgresql.org/about/event/pgconf-nyc-2021-2412
>             /
> 
>             there is no yellow badge or description.  Is it intended to show
>             the
>             community recognition badge on the on the event list and not on the
>             event page?

Yes, looks good now.

-- 
  Bruce Momjian  <[email protected]>        https://momjian.us
  EDB                                      https://enterprisedb.com

  If only the physical world exists, free will is an illusion.







^ permalink  raw  reply  [nested|flat] 5+ messages in thread


end of thread, other threads:[~2021-10-11 19:24 UTC | newest]

Thread overview: 5+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2021-10-11 17:52 Community events and badges Bruce Momjian <[email protected]>
2021-10-11 18:14 ` Magnus Hagander <[email protected]>
2021-10-11 18:34   ` Jonathan S. Katz <[email protected]>
2021-10-11 18:36     ` Magnus Hagander <[email protected]>
2021-10-11 19:24       ` Bruce Momjian <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox