tobyspark / folk-rnn-webapp

A community application for the folk-rnn folk music style modelling project
MIT License
3 stars 5 forks source link

TMFS: Admin views of user's submission #108

Closed boblsturm closed 5 years ago

boblsturm commented 5 years ago

It would be great to see what a particular user has submitted to the website.

tobyspark commented 5 years ago

Each member has a public page, e.g. https://themachinefolksession.org/member/1

The idea of that page is to show all they've done, and give a preview of their tunebook. To do this properly will take activity-streams, https://github.com/tobyspark/folk-rnn-webapp/issues/91#issuecomment-405889505

This isn't an admin view, though. What's the use-case you have in mind?

boblsturm commented 5 years ago

OK. That's good, but how do I find the member number of a particular user?

tobyspark commented 5 years ago

Good question. It’s, ah, in the admin page URL.

On 29 Jul 2018, at 11:57, boblsturm notifications@github.com wrote:

OK. That's good, but how do I find the member number of a particular user?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

boblsturm commented 5 years ago

So I found the member, but searching on their name returns nothing. They have contributed several tunes. Searching on another name does return entires.

tobyspark commented 5 years ago

Searching should work, in the ‘user expects’ sense rather than ’technically it does’ sense. If memory serves, there’s a complication that first and last name are stored separately. I’ll have another look.

On 29 Jul 2018, at 12:02, boblsturm notifications@github.com wrote:

So I found the member, but searching on their name returns nothing. They have contributed several tunes. Searching on another name does return entires.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

tobyspark commented 5 years ago

oh - and searching where? I was thinking /tunes

On 29 Jul 2018, at 12:02, boblsturm notifications@github.com wrote:

So I found the member, but searching on their name returns nothing. They have contributed several tunes. Searching on another name does return entires.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

boblsturm commented 5 years ago

Search tunes for "Peter" and "Lili". The first works but the second does not, even though Lili has submitted several tunes (https://themachinefolksession.org/member/15)

tobyspark commented 5 years ago

Search issue fixed in 4679134

tobyspark commented 5 years ago

Each member has a public page, e.g. https://themachinefolksession.org/member/1

The idea of that page is to show all they've done, and give a preview of their tunebook. To do this properly will take activity-streams,

91 (comment)

This isn't an admin view, though. What's the use-case you have in mind?

Activity streams have now been implemented in #129, so there is now a track of who does what. The member page is now powered by this (e.g. see the last ten things Bob has done https://themachinefolksession.org/member/2). And there is a complete list of things people have done in the admin pages... tho' the sort/search/filter isn't quite what you'd want, which seems to be surprisingly non-trivial to do.