Skip to content
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

Guild Creating #29

Open
LordLozz opened this issue Jun 1, 2015 · 1 comment
Open

Guild Creating #29

LordLozz opened this issue Jun 1, 2015 · 1 comment

Comments

@LordLozz
Copy link

LordLozz commented Jun 1, 2015

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
Copy link
Contributor

Znote commented Jun 3, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants