Fernando Jorge Mota
Fernando Jorge Mota
Hey. First, thanks for the project, it seems to work very well! Second, and more related to the issues, I have a suggestion for this project: What about move this...
Hello! I think that it's a good enhacement for this package, but I have no idea of how to implement it actually. See: ## Example Suppose you have a document...
Seems like Jimple has some new friends, that add new features to the package, like [frozen-jimple](https://www.npmjs.com/package/frozen-jimple), which extends the class and customizes it as shown in our [README](https://github.com/fjorgemota/jimple#last-but-not-least-important-customization-nodejs-only). So..should we...
I think a site is good to show all the Jimple's features, and allow the user to test it directly in it.
Fixes #5930 ### Changes proposed in this Pull Request * Add "course" and "site" metadata to the "tasks" object in the endpoint for Sensei Home; * Add unit tests to...
Fixes #5639 ### Changes proposed in this Pull Request * Add Publish your First Course task; * Add tests for the task added; * Register task on the provider; ###...
Right now, we're using the cache group `sensei/temporary` to cache values for Sensei Home. Even though that cache group is marked as non-persistent here: https://github.com/Automattic/sensei/blob/c50c2339b57308fa6f6e69a0892eedc361bdd4f1/includes/class-sensei.php#L350 - apparently there are some...
Right now, when the tasks query the database, we don't ignore trashed posts. However, those must be ignored, because the items there are deleted after 30 days by default anyway....
We should add the `course` sub-item to the `tasks` attribute of the endpoint in the API for Sensei Home, including the first course that is not the sample course. Related...
Fixes #5931 ### Changes proposed in this Pull Request * Remove the "image" attributes from the tasks returned by the endpoint API related to Sensei Home; ### Testing instructions On...