How Where to to store and retrieve custom data, for a custom member group sign up sheet
Description of project:
Members sign up for an activity on a list, once signed up activity is not visible to other members. Admin page that allows admin to see all who have signed up and create to activities to add to the list.
Member views:
Page for specific member group. this page will be list of available activities/item for these group members to select. one member can been associated to an item on the list. Once an item has been selected by a member of this specific group only the member who selected the item can see the item with there name next to it.
I would like to store who is associated with each activity, we will have many activities so I do not want to use custom attribute on a member profile is there location in db or else where to store data for custom page data for relationships between members and the tasks they signed up for?
Page for Admin, see all activities with who as selected which activities
-
Also here is a gist I created
https://gist.github.com/DmitriySmirnov/6902ba719fc17b9467c2f8633831dba3 -
You can find JS examples on my personal website https://houseofbamboo.wildapricot.org under "JS Samples" menu
-
jentzen mooney commented
Are there examples of the kind of custom javascript and html that customers have created and share I am just trying to see what kind of things can accutally be built with the widget. All the examples on git hub are for external api use.
-
jentzen mooney commented
Dmitry, so essential you are saying I develop the feature I would like outside of wild apricot and use the api to access I need and serve back to the current user through custom widget?
Really no method of creating custom functionality or pages that need to store data to access by other member.
I was just not looking to leave wild apricot to build something that almost has everything I need.
So is there no location store custom, json or javascript and html?
or is that security related challenge to have customers build their own customization. everything needs to be build outside and served through some rpc to interactI need to make custom application host somewhere using API for external app else then share the access to that application with wild apricot
-
Looks like you are looking for database for storing custom data. Wild Apricot does not provide such kind of storage. However you could use databases like AWS DynamoDB to store additional data, it is available either from server side or from client JS.
-
jentzen mooney commented
I was looking at the API would I use the model named Resource to store and access this custom data in this sign up list?