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

Internal #37

Open
wants to merge 81 commits into
base: release24
Choose a base branch
from
Open

Internal #37

wants to merge 81 commits into from

Conversation

Alok1721
Copy link
Collaborator

@Alok1721 Alok1721 commented Jan 9, 2025

Description

Fixes #(issue number)

Type of Change

  • New feature
  • Bug fix
  • Documentation update
  • Refactoring
  • Hotfix
  • Security patch
  • UI/UX improvement

Changes Made

  • Change 1
  • Change 2
  • Change 3

Screenshots (if applicable)

How to Test

  1. Step 1
  2. Step 2
  3. Step 3

Additional Notes

@@ -45,7 +46,7 @@ android {
}

kotlinOptions {
jvmTarget = JavaVersion.VERSION_17
jvmTarget = "1.8"
Copy link
Contributor

Choose a reason for hiding this comment

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

should be jvmTarget = JavaVersion.VERSION_17

description: "A book fair with author signings and discussion panels.",
type: "Education",
name: "Readers' Haven",
venue: "National Library",
Copy link
Collaborator

Choose a reason for hiding this comment

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

Never store dummy data like this, it should come from a json file
It should not be pushed to a release branch. Push to release after testing it with api call

@rupesh031 rupesh031 requested review from priyansh210 and DGgrx January 9, 2025 06:07
@rupesh031 rupesh031 self-requested a review January 9, 2025 06:23
Copy link
Collaborator

@priyansh210 priyansh210 left a comment

Choose a reason for hiding this comment

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

Approving PR , will check the UI changes and functionality on the APP.

@rupesh031
Copy link
Collaborator

image
Unable to send or receive messages, The chat room is empty

Error
Old database Deleted. I/flutter (16809): Error initializing isSynced column: SqliteException(1): while executing, no such column: isSynced, SQL logic error (code 1) I/flutter (16809): Causing statement: UPDATE rooms_table SET isSynced = FALSE, parameters

@Alok1721 NEED This fixed by today evening?

@rupesh031
Copy link
Collaborator

image
@ShmokeD Make this work with Backend data ASAP.

@rupesh031
Copy link
Collaborator

rupesh031 commented Jan 9, 2025

Features needed before we can merge this PR.

  1. Login/Sign-Up (Test with different scenario) - @Alok1721
  2. Chats - Text Messages, Files, Polls (Not Working)- @Alok1721
  3. Timeline for Recruitment with data from backend - (Not Implemented) - @ShmokeD
  4. Events Pages - (Use Data from backend) - @ShmokeD

Focus on functionality, we will work on UI afterwards

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.

6 participants