Skip to content
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

Implement One Time & Recurrent tab in Buy Assets Drawer #19804

Closed
Tracked by #20051
ajayesivan opened this issue Apr 25, 2024 · 0 comments · Fixed by #20063
Closed
Tracked by #20051

Implement One Time & Recurrent tab in Buy Assets Drawer #19804

ajayesivan opened this issue Apr 25, 2024 · 0 comments · Fixed by #20063

Comments

@ajayesivan
Copy link
Contributor

ajayesivan commented Apr 25, 2024

Description

The goal of this task is to enhance the Buy Assets drawer by adding two tabs: 'One Time' and 'Recurrent'. The 'One Time' tab will have the functionality for one-time purchases, while the 'Recurrent' tab will provide an option for making recurrent purchases.

Design

https://www.figma.com/design/xLs1KYmF4e6WwRTZVJKeUK/Descoped-Wallet?node-id=1581-361927&t=ZNlvgGidTa1RQWbu-0

Screenshot 2024-04-25 at 18 25 39

User Story

  • As a user purchasing tokens.
  • I want to choose between one-time and recurrent purchases from the Buy Assets drawer.
  • So that I have the flexibility and convenience to make one-time & recurring purchases.

Current Implementation

Currently, we have the drawer implemented with dummy data.

(defn view
[]
[:<>
[quo/drawer-top {:title (i18n/label :t/buy-tokens)}]
[rn/flat-list
{:data temp/buy-tokens-list
:style style/list-container
:render-fn quo/settings-item}]])

Acceptance Criteria

  • The bottom sheet design matches the specifications provided in the Figma design
  • Can switch between One time & Recurrent tabs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants