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

Event Screen(NEW VERSION!!!) #16

Merged
merged 31 commits into from
Sep 25, 2022
Merged

Event Screen(NEW VERSION!!!) #16

merged 31 commits into from
Sep 25, 2022

Conversation

1989ONCE
Copy link
Member

@1989ONCE 1989ONCE commented Sep 23, 2022

以下是還沒完成的部分:

  1. 活動分享功能: 因為每個活動沒有辦法生成自己的連結
  2. 私訊
  3. 實際連結帳號
  4. 版面大小可能得在不同裝置做測試後才能確認完全沒問題

Summary by CodeRabbit

Release Notes

  • New Features

    • Introduced a comprehensive activity management system allowing users to add, update, retrieve, and delete activities.
    • Added a search functionality for events and activities.
    • Implemented a user-friendly interface for adding and editing activities, including image uploads and date/time pickers.
    • New components for displaying event details and managing personal activities.
  • Bug Fixes

    • Updated Firebase configuration for improved stability.
  • Style

    • Introduced multiple stylesheets to enhance the visual design of various components.
  • Chores

    • Updated dependencies to ensure compatibility with the latest features and improvements.

1989ONCE and others added 30 commits March 31, 2022 20:30
Copy link
Collaborator

@rryh-tw rryh-tw left a comment

Choose a reason for hiding this comment

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

Fabulous!

Copy link

@cliffxzx cliffxzx left a comment

Choose a reason for hiding this comment

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

Good

@rryh-tw rryh-tw self-requested a review September 25, 2022 18:23
@rryh-tw rryh-tw merged commit aa86b95 into NCUAppTeam:main Sep 25, 2022
@1989ONCE 1989ONCE self-assigned this Dec 2, 2024
@1989ONCE 1989ONCE added the enhancement New feature or request label Dec 2, 2024
Copy link
Contributor

coderabbitai bot commented Dec 2, 2024

Caution

Review failed

The pull request is closed.

Walkthrough

This pull request introduces several new XML configuration files within the .idea directory, which define project settings for a Java module and version control. Additionally, multiple new React components and stylesheets are added to enhance the application's functionality, including event management, activity handling, and user interfaces for various screens. The package.json file is also updated to reflect new dependencies and version upgrades, ensuring compatibility with the latest features.

Changes

File Change Summary
.idea/NCU-App.iml New XML configuration file for a Java module specifying module type and compiler settings.
.idea/modules.xml New XML configuration file defining project structure and module references.
.idea/vcs.xml New XML configuration file specifying version control settings for Git.
.idea/workspace.xml New XML configuration file defining various project workspace settings.
App.jsx Updated firebaseConfig object with new values and added measurementId.
controller/Active.js New file with functions for managing activities, including CRUD operations and user attendance.
package.json Updated dependencies and added new packages for enhanced functionality.
screens/Auth.jsx Changed PRODUCTION constant from true to false, affecting login method displayed.
screens/Event/CarouselCardItem.jsx New functional component for rendering event images in a carousel format.
screens/Event/Message.jsx New component for displaying a message interface.
screens/Event/SearchBar.jsx New functional component for a search bar interface.
screens/Event/activityList.jsx New component for displaying a list of activities with refresh functionality.
screens/Event/addActivity.jsx New component for adding activities with input validation and image selection.
screens/Event/editActivity.jsx New component for editing activity details with data fetching and validation.
screens/Event/index.jsx Major restructuring of EventStack with new screen components and navigation flow.
screens/Event/manage.jsx New component for managing events and attendees with fetch and refresh capabilities.
screens/Event/moreEvent.jsx New component for displaying a list of active events with pull-to-refresh functionality.
screens/Event/moreHang.jsx New component for displaying active hangout events with data fetching and refresh.
screens/Event/old_screen/personal_manage.jsx New component for managing personal activities with data fetching and refresh.
screens/Event/personal_manage.jsx New component for managing personal events with state management and fetching capabilities.
screens/Event/search.jsx New component for searching events with a search bar and navigation options.
screens/Event/showActivityDetails.jsx New component for displaying detailed event information with data fetching and user interactions.
screens/Event/style_folder/Styles_Message.jsx New stylesheet for styling message components.
screens/Event/style_folder/Styles_activityList.jsx New stylesheet for styling activity list components.
screens/Event/style_folder/Styles_addActivity.jsx New stylesheet for styling add activity components.
screens/Event/style_folder/Styles_editActivity.jsx New stylesheet for styling edit activity components.
screens/Event/style_folder/Styles_manage.jsx New stylesheet for styling management components.
screens/Event/style_folder/Styles_moreEvent.jsx New stylesheet for styling more event components.
screens/Event/style_folder/Styles_personal_manage.jsx New stylesheet for styling personal management components.
screens/Event/style_folder/Styles_search.jsx New stylesheet for styling search components.
screens/Event/style_folder/Styles_showActivityDetails.jsx New stylesheet for styling activity detail components.

Possibly related PRs

  • update packages #129: The changes in package.json involve updates to dependencies, which may indirectly relate to the overall project structure and configuration, but do not directly connect to the XML configuration changes in the main PR.

🐰 In a meadow where the code does play,
New modules and styles brighten the day.
With Firebase updated and screens all aligned,
Our app hops forward, leaving bugs behind!
So here's to the changes, both big and small,
Together we flourish, together we stand tall! 🌼✨

Warning

Rate limit exceeded

@1989ONCE has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 23 minutes and 30 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between f3e9ad3 and aa86b95.


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL

📥 Commits

Reviewing files that changed from the base of the PR and between f3e9ad3 and aa86b95.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (31)
  • .idea/NCU-App.iml (1 hunks)
  • .idea/modules.xml (1 hunks)
  • .idea/vcs.xml (1 hunks)
  • .idea/workspace.xml (1 hunks)
  • App.jsx (1 hunks)
  • controller/Active.js (1 hunks)
  • package.json (1 hunks)
  • screens/Auth.jsx (1 hunks)
  • screens/Event/CarouselCardItem.jsx (1 hunks)
  • screens/Event/Message.jsx (1 hunks)
  • screens/Event/SearchBar.jsx (1 hunks)
  • screens/Event/activityList.jsx (1 hunks)
  • screens/Event/addActivity.jsx (1 hunks)
  • screens/Event/editActivity.jsx (1 hunks)
  • screens/Event/index.jsx (1 hunks)
  • screens/Event/manage.jsx (1 hunks)
  • screens/Event/moreEvent.jsx (1 hunks)
  • screens/Event/moreHang.jsx (1 hunks)
  • screens/Event/old_screen/personal_manage.jsx (1 hunks)
  • screens/Event/personal_manage.jsx (1 hunks)
  • screens/Event/search.jsx (1 hunks)
  • screens/Event/showActivityDetails.jsx (1 hunks)
  • screens/Event/style_folder/Styles_Message.jsx (1 hunks)
  • screens/Event/style_folder/Styles_activityList.jsx (1 hunks)
  • screens/Event/style_folder/Styles_addActivity.jsx (1 hunks)
  • screens/Event/style_folder/Styles_editActivity.jsx (1 hunks)
  • screens/Event/style_folder/Styles_manage.jsx (1 hunks)
  • screens/Event/style_folder/Styles_moreEvent.jsx (1 hunks)
  • screens/Event/style_folder/Styles_personal_manage.jsx (1 hunks)
  • screens/Event/style_folder/Styles_search.jsx (1 hunks)
  • screens/Event/style_folder/Styles_showActivityDetails.jsx (1 hunks)

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging this pull request may close these issues.

5 participants