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

Penyuluhan #9

Merged
merged 3 commits into from
Dec 20, 2023
Merged

Penyuluhan #9

merged 3 commits into from
Dec 20, 2023

Conversation

BonaventuraD
Copy link
Collaborator

@BonaventuraD BonaventuraD commented Dec 20, 2023

Summary by CodeRabbit

  • New Features

    • Introduced a new feature for creating educational session schedules.
    • Added the ability to edit existing counseling schedules.
    • Implemented a new view for managing and viewing counseling schedules.
    • Enhanced navigation with back button handling in schedule-related fragments.
    • Integrated clickable UI elements for seamless transition between schedule management features.
  • Refactor

    • Removed unused deployment target logic from project configuration.

Copy link

coderabbitai bot commented Dec 20, 2023

Warning

Rate Limit Exceeded

@BonaventuraD has exceeded the limit for the number of files or commits that can be reviewed per hour. Please wait 7 minutes and 40 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. 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 Files that changed from the base of the PR and between 1465597 and 1a24721.

Walkthrough

The project has undergone significant changes, introducing new fragments for managing "Jadwal Penyuluhan" or counseling schedules. These changes encompass the creation, viewing, editing, and deletion of schedules within the app. Additionally, a modification has been made to the project's configuration, specifically the removal of an entry in a deployment-related XML file.

Changes

File Path Change Summary
.idea/deploymentTargetDropDown.xml Removed <entry key="MainActivity"> block.
.../JadwalPenyuluhanCreateFragment.kt Introduced a new fragment for creating schedules.
.../JadwalPenyuluhanEditFragment.kt Introduced a new fragment for editing counseling schedules.
.../JadwalPenyuluhanFragment.kt Introduced a new fragment for managing counseling schedules.
.../JadwalPenyuluhanViewFragment.kt Introduced a new fragment for viewing counseling schedules.
.../PosyanduFragment.kt Added functionality to open JadwalPenyuluhanFragment when cardJadwalPenyuluhan is clicked.

Poem

Amidst the code, new fragments bloom,
A rabbit hops through the app's new room.
Schedules crafted with care so keen,
🗓️ A Posyandu dance, now clearly seen.

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 X ?


Tips

Chat with CodeRabbit Bot (@coderabbitai)

  • You can reply to a review comment made by CodeRabbit.
  • You can tag CodeRabbit on specific lines of code or files in the PR by tagging @coderabbitai in a comment.
  • You can tag @coderabbitai in a PR comment and ask one-off questions about the PR and the codebase. Use quoted replies to pass the context for follow-up questions.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • The JSON schema for the configuration file is available here.
  • 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/coderabbit-overrides.v2.json

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Review Status

Actionable comments generated: 2

Configuration used: CodeRabbit UI

Commits Files that changed from the base of the PR and between d7c40d8 and 8927af8.
Files ignored due to filter (8)
  • app/src/main/res/drawable/chat_fill0_wght400_grad0_opsz24.xml
  • app/src/main/res/layout/fragment_jadwal_penyuluhan.xml
  • app/src/main/res/layout/fragment_jadwal_penyuluhan_create.xml
  • app/src/main/res/layout/fragment_jadwal_penyuluhan_edit.xml
  • app/src/main/res/layout/fragment_jadwal_penyuluhan_view.xml
  • app/src/main/res/layout/fragment_konsultasi.xml
  • app/src/main/res/layout/fragment_konsultasi_chat.xml
  • app/src/main/res/layout/fragment_posyandu.xml
Files selected for processing (6)
  • .idea/deploymentTargetDropDown.xml (1 hunks)
  • app/src/main/java/com/example/posyandu/JadwalPenyuluhanCreateFragment.kt (1 hunks)
  • app/src/main/java/com/example/posyandu/JadwalPenyuluhanEditFragment.kt (1 hunks)
  • app/src/main/java/com/example/posyandu/JadwalPenyuluhanFragment.kt (1 hunks)
  • app/src/main/java/com/example/posyandu/JadwalPenyuluhanViewFragment.kt (1 hunks)
  • app/src/main/java/com/example/posyandu/PosyanduFragment.kt (2 hunks)
Files skipped from review due to trivial changes (1)
  • .idea/deploymentTargetDropDown.xml

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Review Status

Actionable comments generated: 2

Configuration used: CodeRabbit UI

Commits Files that changed from the base of the PR and between 8927af8 and 1465597.
Files selected for processing (2)
  • app/src/main/java/com/example/posyandu/JadwalPenyuluhanCreateFragment.kt (1 hunks)
  • app/src/main/java/com/example/posyandu/JadwalPenyuluhanEditFragment.kt (1 hunks)
Files skipped from review as they are similar to previous changes (1)
  • app/src/main/java/com/example/posyandu/JadwalPenyuluhanEditFragment.kt
Additional comments: 1
app/src/main/java/com/example/posyandu/JadwalPenyuluhanCreateFragment.kt (1)
  • 28-38: The layout inflation in onCreateView is standard and correct. It inflates the fragment_jadwal_penyuluhan_create layout without any issues.

Copy link
Collaborator

@mauritzmauritz mauritzmauritz left a comment

Choose a reason for hiding this comment

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

ewh

@mauritzmauritz mauritzmauritz merged commit 189275d into main Dec 20, 2023
@mauritzmauritz mauritzmauritz deleted the Devadev branch December 20, 2023 18:33
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.

2 participants