Participant Links #23
Replies: 17 comments 9 replies
-
I'm on board with that. In our current mobile app, we present a set of links associated with a participant's bio, like so: In past cons, I've gone through people's bios and scraped all the links that folks have referenced in their bios to assemble that list of links; I'd love to give folks the ability to manage their own links so that I can skip that "data harvesting" exercise. As I said in the Discussions area, I think we might want to give a little bit of thought to possible problematic cases. Should we prevent someone from linking to their OnlyFans, for example? |
Beta Was this translation helpful? Give feedback.
-
That looks pretty slick! I was thinking something not dissimilar for ConClár. |
Beta Was this translation helpful? Give feedback.
-
Another thing I think would be useful, but not on the critical path, would be some JavaScript that checks links as they are entered, and displays the website title or account name, or a warning if the site returns a 404. |
Beta Was this translation helpful? Give feedback.
-
Another thing I've given a lot of thought to: at WisCon (and this is probably true of a lot of sff cons), many folks on panels want to have a way to link to their (most recent, or whatever) books. It's pretty tempting to drop in links to Amazon, but I confess that I've kind of avoided that because... well... Amazon. In the WisCon mobile app, I've tended to link to books on IndieBound.org, but that site often misses smaller presses and especially non-American presses. |
Beta Was this translation helpful? Give feedback.
-
I like the idea of participant links. Multiple links of the same type even. And validation of them? That would be even better! So many great ideas! |
Beta Was this translation helpful? Give feedback.
-
Any thoughts about timelines? (I'm basically wondering if this feature will be in place in time for me to steal it for this year's WisCon in late May). |
Beta Was this translation helpful? Give feedback.
-
I've been tinkering with it, but I'm not going to be able to get as much time to work on it as I'd like until after Eastercon. |
Beta Was this translation helpful? Give feedback.
-
So, how much, if any, work have you done on this James? I would like to get participant links added for Capricon use. How about I make a branch for this and we start work there? Any PRs for this issue should reference the branch. |
Beta Was this translation helpful? Give feedback.
-
I added a change to the ParticipantLinks branch that would create 2 tables. I wasn't sure if I should make a PR for this yet. Can someone take a look at let me know what you think? Thanks. |
Beta Was this translation helpful? Give feedback.
-
I've done a bit of work since I created the branch. I have a couple of hours to work on it this morning, so I'll check in my changes before I go. |
Beta Was this translation helpful? Give feedback.
-
Not sure if you based your branch on the ParticipantLinks branch in my fork. Mine creates very similar tables, but not quite the same. |
Beta Was this translation helpful? Give feedback.
-
Latest check-in to my ParticipantLinks branch has basic framework of React component for link editing, but it doesn't do anything useful yet. |
Beta Was this translation helpful? Give feedback.
-
I can work on code to add the link_type table to the edit configuration tables code. I think it should be added to the Participant section. |
Beta Was this translation helpful? Give feedback.
-
That sounds like a good idea. |
Beta Was this translation helpful? Give feedback.
-
One thought: should we have an approval screen for links? Links attached to participants can potentially carry content that a convention might not want to be associated with. I could see circumstances where a participant might add links that the convention might consider inappropriate. This could be either malicious on the part of the participant, or unintentional, or they could be duped into sharing a link by a 3rd party. It might be useful to have a page that lists links awaiting approval, and the participants they belong to. I'm thinking of adding an |
Beta Was this translation helpful? Give feedback.
-
I have very rudimentary link editing and saving working. It currently loads links, lets you select link type and edit the link and save it. I still need to add add and delete buttons so you can have more (or fewer) than 3 links. I want to smooth off the rough edges a bit, but I hope to get a version pushed to my branch in the next day or two. |
Beta Was this translation helpful? Give feedback.
-
I added coded to my ParticipantLinks branch to allow the link_type table to be edited in the Configuration Tables section. I added it to the Participant config tables. |
Beta Was this translation helpful? Give feedback.
-
Not sure whether this should be a discussion or an Issue, but Discussion might be good for general chat, so lets try that.
I would like to work on a Links section added to the "My Profile" page.
It has been suggested in the past that survey is adequate for this, but for me it fails in a couple of ways:
I would like to resolve these issues by having dedicated links in profile.
Some requirements that spring to mind are:
Internally, I think we should avoid having link fields on the Participants table, and add a new ParticipantLinks table, which would store, at a minimum the following:
Beta Was this translation helpful? Give feedback.
All reactions