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

Created Main Screens #2

Merged
merged 11 commits into from
May 17, 2023
Merged

Created Main Screens #2

merged 11 commits into from
May 17, 2023

Conversation

NahnahAJ
Copy link
Owner

@NahnahAJ NahnahAJ commented May 8, 2023

In this Branch

1.1. Main Screen

  • Display a list of available spreadsheets.
  • Provide options to create a new spreadsheet or delete an existing one.
  • Implement navigation to the Spreadsheet Screen when a spreadsheet is selected.
  • Add a button or icon to navigate to the Search Screen.

1.2. Spreadsheet Screen

  • Display the content of the selected spreadsheet.
  • Create a custom Spreadsheet component with a grid of TextInput components for cells.
    • Implement cell selection, navigation (arrow keys or swipe gestures), and editing functionalities.
    • Add features for adding/removing rows and columns.
  • Implement a toolbar for additional actions such as formatting, undoing/redoing, and saving the spreadsheet.

1.3. Search Screen

  • Create a SearchBar component for user input.
  • Implement advanced search functionality using Fuse.js.
    • Allow users to specify search parameters, such as matching criteria, case sensitivity, and search depth.
    • Provide options for searching within specific columns or rows, or across the entire spreadsheet.
  • Display search results in a list or table.
  • Enable navigation back to the Main Screen and Spreadsheet Screen.

Copy link
Owner Author

@NahnahAJ NahnahAJ left a comment

Choose a reason for hiding this comment

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

Project Status: APPROVED 🟢

Hi @NahnahAJ ,

Your project is complete! There is nothing else to say other than... it's time to merge it :shipit:
Congratulations! 🎉

Highlights

  • All requested changes implemented 😉

Optional suggestions

Every comment with the [OPTIONAL] prefix won't stop the approval of this PR. However, I strongly recommend you to take them into account as they can make your code better. Some of them were simply missed by the previous reviewer and addressing them will really improve your application.

Cheers and Happy coding!👏👏👏

Feel free to leave any questions or comments in the PR thread if something is not 100% clear.
Please, remember to tag me in your question so I can receive the notification.


@NahnahAJ NahnahAJ merged commit 530491a into develop May 17, 2023
@NahnahAJ NahnahAJ deleted the create-main-screen branch July 10, 2023 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant