Development 29 Dec 2017

After awhile when I look back at this paging system at Edit Mode, I feel that it's considered overdoing. Hence I ported back to Edit Mode on a single page with 16k characters limit  Removing the paging system in Edit mode does make the App more clean, but the only drawback is that there is a character limit of 16k per article. But I presume users will get around this by creating more articles instead of saving all on 1 article.

Have already cloned and modified codes from Add Manager. Also shifted Write to File Code to MainEngine so that I can reuse it without rewriting in different managers.

Completed:
- Linking up the GameObjects in Editor
- Modify article title check during saving to avoid clashing with another article of the same name
- Delete old article right before saving the new article (i.e. overwrite original article upon editing and saving)

Therefore, currently I need to run the following checks to ensure features are working fine:
1. Empty Title Check (Done)
2. New Title clashes with titles from other articles
3. Ensure title of the same name (i.e. no change in title after Edit) can be saved
4. Empty Content check
5. Invalid Article Title / File Name Check
6. Only empty space as title Check

+ Also need to verify the following:
1. Deletion of original article is working:
    a) No errors
    b) Correct File deleted
2. New file is saved

Comments

Popular Posts