From c21ecedb21278670cdadb820f5ddaf87e1f8e70a Mon Sep 17 00:00:00 2001 From: potato Date: Mon, 16 Mar 2026 19:28:44 +0100 Subject: [PATCH] FEP-c07e: add product type to object (#779) discussion: https://socialhub.activitypub.rocks/t/has-there-been-a-proposal-to-add-a-product-type-to-object-before/8544 Co-authored-by: potato Reviewed-on: https://codeberg.org/fediverse/fep/pulls/779 Co-authored-by: potato Co-committed-by: potato --- fep/c07e/fep-c07e.md | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 fep/c07e/fep-c07e.md diff --git a/fep/c07e/fep-c07e.md b/fep/c07e/fep-c07e.md new file mode 100644 index 0000000..ea652a4 --- /dev/null +++ b/fep/c07e/fep-c07e.md @@ -0,0 +1,41 @@ +--- +slug: "c07e" +authors: potato <@potatomeow@fosstodon.org> +type: implementation +status: DRAFT +dateReceived: 2026-03-15 +discussionsTo: https://socialhub.activitypub.rocks/t/fep-c07e-add-product-type-to-object/8544 +trackingIssue: +--- + +# FEP-c07e: add product type to object + +## Summary + +add a new type "Product" into "Object", alongside with "Note", "Article", etc. + +## Scenario 1 + +_alice_: i want to show a list of thinkpads that are for sales in my instance. i want to buy a used one for myself. + +_alice_: (opens a client app, search for the keyword `thinkpad`) + +_alice_: (mildly confused) huh, i am seeing a list of toots about thinkpad upgrades and modifications. this is not what i want to see. i intend to make a purchase. + +_alice_: (i wish there is a way to differentiate the type of toots i want to see.) + +## Scenario 2 + +_bob_: i am going to find some recipes about baked potatoes. i want to make some baked potatoes for lunch at home. + +_bob_: (opens a client app, search for the keyword `baked_potato`) + +_bob_: (mildly confused) huh, i am seeing a list of toots about baked potato dishes offered by restaurants nearby. this is not what i want to see, because i don't intend to buy anything. + +_bob_: (i wish there is a way to differentiate the type of toots i want to see.) + +## Copyright + +CC0 1.0 Universal (CC0 1.0) Public Domain Dedication + +To the extent possible under law, the authors of this Fediverse Enhancement Proposal have waived all copyright and related or neighboring rights to this work.