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

Create a Group Topic #7

Open
jaylevin opened this issue Mar 2, 2019 · 0 comments
Open

Create a Group Topic #7

jaylevin opened this issue Mar 2, 2019 · 0 comments
Assignees
Labels

Comments

@jaylevin
Copy link
Owner

jaylevin commented Mar 2, 2019

Create the ability for the user to create a group topic.

  • Allow the user to customize the group name and avatar picture.
  • Allow the user to specify "discovery" tags for the group, for other users to discover it.
  • Peer 2 peer topics and group topics need to be "differentiated" in the Message history/Contacts List View pane by some type of UI styling.

An example of styling a contact in the ContactsListView differently than the peer to peer topics in the same contacts array:

// ContactsListView.vue

<ul v-for="topic in contacts">
    <li class="contact" :class="{'is-group-topic': !topic.p2p>}">
</ul>

....

<style lang="scss">
li.is-group-topic {
    background-color: green;   // Just an example of how to make the group topics separately styled than the rest of the topics in the above iterated "contacts" array.
} 
</style>
``
@jaylevin jaylevin self-assigned this Mar 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant