[Solved] Advise for Database

Hello,
I hope someone can help me because i can’t figure out what aproach i need to take to realize my idea.

I need to find a way to store data and i hope to do it locally with localdb or local storage

This should be the structure.

  1. Main project name
  2. Each project can contain up to x subprojects
  3. Each subproject can contain up to x children (text values combined with numeric values)

Everything needs to be editable and deleteable for the user.

What I can’t figure out is how to store so many values connected to one project.

Thank you for your help.

Hey @Christian_Sigge,

Hopefully this gets you pointed in the right direction: Thunkable

Stored Variable Structure

Display Subproject Item Data


Delete Subproject

Update Subprojects in a Project

The project is currently live and working here:

3 Likes

Nice work @darren!

2 Likes

Amazing work, @darren! :raised_hands:

This technique would be very useful in a dynamic to-do list app, which would also have Sub-list option! :+1:

Thanks! :blush:

1 Like

Hello Darren,
that looks fantastic, well structured and easy to follow,
thank you so much for your help.

2 Likes

@Christian_Sigge glad to see that helped - ok to mark Darren’s answer as the Solution to this question?

1 Like

@Christian_Sigge
here is another example of something similar!
I will post a tutorial after i complete the data mod portion. maybe another day or two? I’ve been working on this when i have the time!

this is the general data formatScreen Shot 2020-03-28 at 8.22.12 AM Thanks @darren for the idea on how to construct this.

I will put out a written tutorial for this early next week!

find it live and get the remix link here

1 Like