DevelopersPL / DevAAC

DevAAC for TFS 1.0
https://developerspl.github.io/DevAAC
MIT License
29 stars 16 forks source link

Guild Creating #29

Open LordLozz opened 9 years ago

LordLozz commented 9 years ago

You should be able to create guilds via website. I dont know PHP well enough to attempt myself. I have been doing the "trial and error" method lol.

Znote commented 9 years ago

It seems it is already created in PHP, we just need to create the frontend logic in javascript.

This view needs to be extended: https://github.com/DevelopersPL/DevAAC/blob/master/public_html/modules/guilds/guilds.html If user is logged in, check if user is in a guild or not. If he is not, then give him the option to create one.

This file has the logic for list and view, but not create https://github.com/DevelopersPL/DevAAC/blob/master/public_html/modules/guilds/guilds.js

The available API calls we can make are these: http://developerspl.github.io/DevAAC/#!/guilds Which is sufficient for further development.