-
Notifications
You must be signed in to change notification settings - Fork 27
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
Answer to a comment #200
Comments
Hey @Mastercuber thanks for the suggestion, if I remember correctly we already have that somewhere on the Todo list but with minor priority right now. If you're able and willing to help and implement it feel free to create a PR. Cheers, |
Hey @sebako86 I never used backpack, vue templates cypress etc. before. But I do have some knowledge in npm, angular and angularjs, Javascript and Typescript. CSS (less, sass), HTML, Grunt, Browserify etc.. On monday I have my last exam, so after that I could see if I can handle that. Cheers, |
Hey @Mastercuber , that's fine we can assist you and grow together. If you want feel free to join our discord dev channel here: https://discord.gg/NgVpvx9 and we will help you learn everything you don't know yet ;-) All the best for your exam! 🥇 Cheers, |
Hey @sebako86 Thanks for the discord link and the wishes :-). I will join the channel soon! Cheers, |
Hi, I'm currently talking with @Mastercuber on discord. How deep should a nesting of comments be? E.g. Contribution >> Comment >> Reply. Or shall we have unlimited nesting? I would favour a simple nesting (only comments and replies). How should a possible implementation look like, shall we add a new model |
I would do only one level nasting. Also would I use just a property like „replyedOnCommentId“ or a like on a standard comment. |
Ok, first I will try to do it with a new property "replyedOnCommentId". |
Maybe „parentCommentId“ might be more generic. 😬 |
See this two PR's: |
Is your feature request related to a problem? Please describe.
It is a bit weird when I answer to comment of a post and this answer is added at the end of the comment section as new comment.
Describe the solution you'd like
I think a better way to handle this is, to put all answers to one comment as a thread under the comment like in other social networks.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: