NextGenSoftwareUK / Our-World-OASIS-API-HoloNET-HoloUnity-And-.NET-HDK

The core OASIS (Open Advanced Sensory Immersion System) API that powers Our World and manages the central profile/avatar/karma system that other satellite apps/games plug into it and share. This also includes HoloNET that allows .NET to talk to Holochain, which is where the profile/avatar is stored on a private decentralised, distributed network. This will be gifted forward to the Holochain community along with the HoloUnity3D SDK/Lib coming soon... ;-)
Creative Commons Zero v1.0 Universal
62 stars 27 forks source link

AVATAR SIGNUP QUEST; PRIORITY=HIGH; KARMA=555; #17

Closed dellams closed 2 years ago

dellams commented 3 years ago

AVATAR SIGNUP SCREEN QUEST

karmaPoints = 333;             // Earn 555Karma Points For Completing This Quest).
receive+=Badges.SuperHero;      // Receive Super Hero Badge).
priority=PriorityLevel.High;    // High Priority).

Greetings Fellow Coders,

We are very pleased you have found us and are willing to do your bit to save the world, thank you for being a superhero! :)

We need to create AVATAR SIGNUP Screen connected to the OASIS API found here:

http://oasisplatform.world/swagger/index.html

Needs to call the http://oasisplatform.world/api/avatar/register API route.

The API call requires the following JSON data to submitted as POST:

{ "title": "Mr", "firstName": "David", "lastName": "Ellams", "email": "davidellams@hotmail.com", "password": "my-super-secret-password", "confirmPassword": "my-super-secret-password", "acceptTerms": true, "AvatarType": "Wizard" }

AvatarType can be either Wizard (Admin) or User. The default is User and this should be hardcoded. Next you can create a superuser/admin user account screen that creates new Wizards (but of course they need to be logged in and already be authenticated as a Wizard/Admin)

This is part of the OASIS API Web UI User Story.

Do you take up this noble quest? Up for the challenge?

If you can find other fellow coders to join our tribe we will give you lots of karma, shout out endorsement/kudos and reward you with crypto if you bring enough dedicated coders... :)

Check out this doc for details of the people we are looking for and what we can offer you: https://drive.google.com/file/d/1b_G08UTALUg4H3jPlBdElZAFvyRcVKj1/view?usp=sharing

**Want to make a difference in the world? What will be your legacy? Ready to be a hero?

TOGETHER WE CAN CREATE A BETTER WORLD**

Many thanks,

The Our World Tribe (The Justice League)

dellams commented 2 years ago

Done.