What’s happening behind the curtain
- add Fellowship
add fellowship snippet
Deps:
get_char
get_fellowshipsearches for fellowship infos and adds fellowship and all members to registration.
- Add citizen reg form
Add form for users to register
- as a user I want to register my char via a form so I can be a registered citizen
- as a user I want to have a comfrirmation mail, so I know I am registered
- as a user I want to have a link in the mail, so I can edit my char informations
- Add GC project
for vui interface we will need a CG project setup to handle ASR and training.
- prep Bot api
Prep for dialogflow integration.
Endpoints of WP API will be modeled to serve as a webhook on dialogflow for vui integration
- snippet added: add user/fels
Added xyz snipped: OrbusUserByName
Adds a character to post category "citizen", including char data as ACF´s
checks if the char is in a fellowship and adds it, if not presentChar and Fellowship will be published
- function_get_char
added function get Char
getting the char data from orbus api.
call:
get_character($charname)return:
char data, wellformed as array
Planned
Level Block in CView
The level block in the citizens view doesent seem to show all of the classes that a player has achived.
Add Fellowship Graph
Add a statistic graph to fellowships representing the last 30 days. This graph should show: Points Ranking fellows count
Add name mapping
Add class name mapping to api call and citizens functions. The classes are having different names in the API then they are officialy and in
Add autoupdate to fels view
Add autoupdate function to fellowship views As a fellowship view I want to be updated once a day, so my data stays up to date.to
Add autoupdate to citizens
Add autoupdate function to citizens As a citizen view I want to be updated once a day, so my data stays up to date.to achive
Correction of citizen ranking
Citizens with same point values are still “loosing” positions.Add check as done in fellowship ranking.if points equal next points, rankcount = 0
In Progress
Add citizen reg form
Add form for users to register as a user I want to register my char via a form so I can be a registered citizen
Add GC project
for vui interface we will need a CG project setup to handle ASR and training.
prep Bot api
Prep for dialogflow integration. Endpoints of WP API will be modeled to serve as a webhook on dialogflow for vui integration
Done
Update Add Cit by Fels
We will need to update the add cit by fels. Bug:“ex” fellows of a fellowship are not beeing removed from the fellowship on update. Task1:Add
Calcultion Function added
Function: function-calculate-points($char) Return:Returns the character array with added point calculation.
Add Fellowship calc
Add calculations to add fellowship based on calc in dev Done: Calculation Sum(fellowpoints) / fellowCount + fellows – (uncountedFellows * 10)
Add calc to char
Adding the calculations based on calc entries to add_player function Done Calculation: if: Any Char L8+stats / timePlayer * 1000 + sum(extra)else: uncounted
add Fellowship
add fellowship snippet Deps:get_charget_fellowship searches for fellowship infos and adds fellowship and all members to registration.
Add Chars by fels
Add all chars of a fellowship by fellowship