smrose / ps

Pattern Sphere application, part of the Public Sphere Project.
0 stars 0 forks source link

If I add a new pattern, should it then show up under "Patterns in work" on PG project page? #20

Closed publicsphere closed 2 months ago

publicsphere commented 2 months ago

BTW, added two new patterns from the PG project page. Worked fine in all ways!

smrose commented 2 months ago

I had forgotten about this entire concept, despite there is the ability to view patterns that are "in work."

There is a table called projpattern that contains a row for every pattern that's being assessed. That has a column called status defined thus:

status enum('candidate','inwork','published') NOT NULL DEFAULT 'candidate'

I have notes on this from November 2022 where this column was added.

When you ask "should patterns you add show up in patterns in work?" that's really a question for you. I don't override the value of 'candidate' when I do the inserts, and I don't think we actually have any way of changing the status of patterns in the UI.

So - what do you want here?

publicsphere commented 2 months ago

I suggest either, at your discretion, (1) leaving it as-is or (2) not displaying that text. (I personally would comment it out for now, a reminder / placeholder for when we add it later)

Thanks for the explanation. I had also forgotten about it — the verbiage all of a sudden popped up for me, which prompted my query.

On Tue, May 7, 2024 at 8:13 AM S. Morris Rose @.***> wrote:

I had forgotten about this entire concept, despite there is the ability to view patterns that are "in work."

There is a table called projpattern that contains a row for every pattern that's being assessed. That has a column called status defined thus:

status enum('candidate','inwork','published') NOT NULL DEFAULT 'candidate'

I have notes on this from November 2022 where this column was added.

When you ask "should patterns you add show up in patterns in work?" that's really a question for you. I don't override the value of 'candidate' when I do the inserts, and I don't think we actually have any way of changing the status of patterns in the UI.

So - what do you want here?

— Reply to this email directly, view it on GitHub https://github.com/smrose/ps/issues/20#issuecomment-2098665982, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABST7WRH4YDFEFB3WVL26N3ZBDVPZAVCNFSM6AAAAABHJ3PYCCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOJYGY3DKOJYGI . You are receiving this because you authored the thread.Message ID: @.***>

-- Douglas Schuler @.*** Twitter: @doug_schuler


Welcome to the Cybercene? https://limits.pubpub.org/pub/j542e5lp/release/1

Public Sphere Project https://www.publicsphereproject.org/ http://www.publicsphereproject.org/

Liberating Voices! A Pattern Language for Communication Revolution (project) https://www.publicsphereproject.org/patterns/lv https://www.publicsphereproject.org/patterns/

Liberating Voices! A Pattern Language for Communication Revolution (book)

https://mitpress.mit.edu/books/liberating-voices

What type of activist are you? The Activist Mirror knows! https://labs.publicsphereproject.org/am

smrose commented 2 months ago

I'm hiding it for now.