Skip to content

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
@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