Skip to content

Conversation

@ritikamotwani
Copy link
Contributor

Checklist

  • I have read the Contribution & Best practices Guide.
  • My branch is up-to-date with the Upstream development branch.
  • The acceptance, integration, unit tests and linter pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

Short description of what this resolves:

Adds a label with the session name in the speakers table.

Changes proposed in this pull request:

image

Fixes #1942

abhinavk96
abhinavk96 approved these changes Jan 24, 2019
Copy link
Contributor

@abhinavk96 abhinavk96 left a comment

Choose a reason for hiding this comment

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

Can you also link the sessions to their edit link?

{{#if (not eq session.deletedAt)}}
<div class="item">
{{session.title}}
{{#if (eq session.state "accepted")}}
Copy link
Contributor

Choose a reason for hiding this comment

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

This code can be optimized a lot, return the color as a computed property based on the status of the session.

@abhinavk96 abhinavk96 merged commit 18ed4fe into fossasia:development Jan 25, 2019
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.

Organizers Speakers Tabs: Show State of Sessions in front

2 participants