Nephera / FFRecruiter

FFR is a cross-platform tool designed to ease the pains of finding a group to play with in Final Fantasy XIV. Featuring a responsive interface and a wide array of tags for both the softcore and hardcore crowds, forming a group of like-minded players from your phone or desktop has never been easier.
0 stars 0 forks source link

Discord Interfacing #37

Open Nephera opened 5 years ago

Nephera commented 5 years ago

FFR Discord Bot

Could handle commands directly from discord rather than needing to navigate away to the main application. This would be useful for FCs or small groups of people where not everyone is on the platform. If this is to be implemented, registration needs to be incentivized.

Discord Embeds

Would allow the advertising of parties to be more impactful for Discord users. Users should be able to link the party in Discord and Discord should return a screenshot that gives vital details of the party, e.g. https://gyazo.com/ac11e167584d1d26c9c525fb644c96c8

Nephera commented 4 years ago

Discord embeds will require Server Side Rendering in order to implement this properly, as meta tags aren't updated in a timely enough manner by the *.ts files using meta.addTags([...]) to be present in the DOM for the Discord crawler that handles link embeds. Will do more research into SSR and see if the benefits are worth the cost.