Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/datasets/providers/flagsmith.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ export const Flagsmith: Provider = {
href: 'https://github.com/open-feature/dotnet-sdk-contrib/tree/main/src/OpenFeature.Contrib.Providers.Flagsmith',
category: ['Server'],
},
{
technology: 'PHP',
vendorOfficial: true,
href: 'TBD',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Using 'TBD' as the href value will likely result in a broken link on the website. It's better to use a placeholder like # to prevent a 404 error, and add a TODO comment to track this. This makes it clear that the link is not yet available while preventing a broken user experience. Alternatively, if there's a GitHub issue tracking the provider's release, you could link to that.

Suggested change
href: 'TBD',
href: '#', // TODO: Add link to released PHP provider

category: ['Server'],
},
{
technology: 'Python',
vendorOfficial: true,
Expand Down