OpenVAA / voting-advice-application

An open-source platform for creating Voting Advice Applications (VAAs)
https://openvaa.org/en
GNU General Public License v3.0
10 stars 0 forks source link

As an Application Admin, I want to set up an working app without using mock data generation. #127

Open mgdemel opened 1 year ago

mgdemel commented 1 year ago

Create a simple template of all currently needed entries linked to the frontend for use when not using mock data generation.

johannalaitila commented 1 year ago

Discussed with @MelissaAlasalmi that the basic use case might be someone setting up the application, but not using the mock data generation. In this case, they wouldn't yet have all the default Strapi UI text labels that are stored in the Election App Labels object since that is generated my the mock data script. Maybe easiest solution would be creating a new script that is run independently of mock data generation, and moving initial App Label creation there?

kaljarv commented 12 months ago

I added this to the Aalto course milestone, because mock data generation is probably not good to use when building the candidate app.