dotargz / dotargz/novel-engine
Option in the metadata object to make the story.json file user-accessible on the server
Open
- Dominant language
- PHP
- Stars
- 2
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Example for the metadata object:
```json
{
"metadata": {
"title": "My Story",
"author": "John Doe",
"storyVersion": "1.0"
"provideJson": true
}
}
```
I'm sure there could be a use case for this
Contributor guide
No contributing guide indexed for this repository
Research direction
No files or tests are named. Start by locating where the metadata object is parsed and where story.json is served; trace how access is currently handled. Done means the provideJson option has a defined effect on story.json accessibility and its behavior is covered by the project's available verification steps.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100