-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide quota limit feedback to users #1594
base: main
Are you sure you want to change the base?
Conversation
AppMap runtime code review
|
<div class="options"> | ||
<div class="option" v-if="limit > 0"> | ||
<div class="option__grant center">Continue on the free plan</div> | ||
<p>The free plan allows you to send up to {{ limit }} messages to Navie AI per day.</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe “make up to X requests” or “have up to X conversations”
<p>AppMap Pro has no daily restriction on the number of daily messages sent to Navie AI.</p> | ||
<p>Upgrading will instantly restore access.</p> | ||
<a | ||
href="https://billing.stripe.com/p/login/14kcOoc0gbrIdqMeUU" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should have a page on getappmap.com for this because they may want to choose a personal subscription or a team subscription - or even Enterprise. So maybe “Compare plans”
class="center" | ||
target="_blank" | ||
> | ||
<v-button label="Subscribe" size="medium" class="subscribe" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
“Compare plans”?
@dustinbyrne this is a useful design, and I think we have the data we need for this now in the ConversationThread response. We would need to handle the case where the thread enrollment response is an error, due to e.g. proxy settings or the Navie services being down. We would not want that condition to block the use of Navie. |
This is a work in progress.
TODO:
It's possible that the backend does not permit any free daily messages. If so: