Add "Request quote" button to app details tab
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 36.9k
- Forks
- 5.2k
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 713
Description
Describe the solution you'd like
Add a button similar to the other Interact buttons in the app details tab that corresponds to the new Request quote button in the app store. This button should link to https://nextcloud.com/get-a-quote/?utm_source=<nc_domain>&utm_campaign=<app_id> (pending confirmation from marketing). An is_enterprise_supported property has been added to each app in the app store to determine whether such buttons should be shown at all.
Describe alternatives you've considered
An additional section similar to that used for the button in the app store can be used for more verbosity (see below PR for example).
Additional context
Related PR: https://github.com/nextcloud/appstore/pull/1449
Requirements details: https://cloud.nextcloud.com/f/10131205
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the app details tab entry point and the existing Interact buttons, then inspect the related appstore PR and requirements details. Add the Request quote button only for apps with is_enterprise_supported and use the specified URL once marketing confirms it; done means the button appears and links correctly for eligible apps.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100