Skip to content

feat: Add call for speaker section #1792

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

Merged
merged 1 commit into from
May 19, 2019
Merged

feat: Add call for speaker section #1792

merged 1 commit into from
May 19, 2019

Conversation

anhanh11001
Copy link
Contributor

Detail:

  • Set up menu action to get to Speakers Call Section
  • I haven't implemented the submitting proposal feature so the button is not working now as I don't want to make a large PR. I'll open a new issue after this get merged to implement that.
  • Putting Speakers Call inside menu item is just temporary. I'll open a new issue later to set up the tab layout so that every sections in EventDetailsFragment are placed logically and user-friendly.

Fixes: #1631

Screenshots for the change:

ezgif-2-23f1dc967d2d

@auto-label auto-label bot added the feature label May 19, 2019
liveHarshit
liveHarshit previously approved these changes May 19, 2019
@@ -41,7 +43,7 @@ import org.fossasia.openevent.general.ticket.TicketIdConverter

@Database(entities = [Event::class, User::class, SocialLink::class, Ticket::class, Attendee::class,
EventTopic::class, Order::class, CustomForm::class, Speaker::class, SpeakerWithEvent::class, Sponsor::class,
SponsorWithEvent::class, Session::class], version = 6)
SponsorWithEvent::class, Session::class, SpeakersCall::class], version = 6)
Copy link
Member

Choose a reason for hiding this comment

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

I think json file for version = 6 is not committed in development?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, it isn't

compositeDisposable += eventService.getSpeakerCall(eventId)
.withDefaultSchedulers()
.doFinally {
mutableProgress.value = false
Copy link
Member

Choose a reason for hiding this comment

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

IMO it's better if you set default visibility of progress to GONE and set the mutableProgress value to true onSubscribe.

Detail:
- Set up menu action to get to Speakers Call Section

Fixes: #1631
@anhanh11001
Copy link
Contributor Author

updated

@iamareebjamal iamareebjamal merged commit 10726c8 into fossasia:development May 19, 2019
@anhanh11001 anhanh11001 deleted the 1631_call_for_speakers branch June 20, 2019 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create Call For Speaker
3 participants