GoogleCloudPlatform / eventarc-samples

This repository contains a collection of samples for Eventarc for various use cases.
Apache License 2.0
74 stars 34 forks source link

Event list generator: Make it consistent with the UI #82

Closed meteatamel closed 7 months ago

meteatamel commented 1 year ago

Right now, the event list has the following format:

On the other hand, the Google Cloud console has the following format:

meteatamel commented 1 year ago

I like the latter as it's always event source -> event medium -> event and there's a single place to look for each event source (eg. Cloud Storage). Should we consider changing our event list format to match the UI?

camiekim commented 1 year ago

Yes, I'm fine with this and think it's a good idea to be in sync with the console. Note that we're not supposed to use "via" in the docs so unless the console can change, we'll work around that in any related pages or content.

meteatamel commented 1 year ago

Hi @camiekim, I looked into this and it's actually more involved than I thought. I'll park it for now but let me know if you think it's important to match the format of docs with the console and I'll spend more time on it.

camiekim commented 1 year ago

Ok.

meteatamel commented 7 months ago

I'm closing this as Won't Fix