Bitnoise / react-scheduler

MIT License
386 stars 106 forks source link

Where is the Scheduler Data?? #121

Open younesnouri opened 5 months ago

younesnouri commented 5 months ago

I just cloned the repository, but i cant seem to locate where the data displayed in the schedules are stored, i looked through the files and i cant seem to find it, so i dont know i can add my own data into the schedule.

Another question, is it possible to have a parent resource and a child resource??

mGasiorek998 commented 3 months ago

Hi, data is generated in mock/appMock.ts. We don't store a fix amount of data, but generate it on fly in local development.