Releases: openfun/richie
1.0.0-beta.0
This release indicates our intention to release richie 1.0.
Here are the core features that enabled us to reach this milestone:
- index the courses, organizations & subjects (now categories) in
ElasticSearch from the DjangoCMS models; - create course snapshots to keep a history of the versions of a
course Page throughout its various course runs; - add full text search queries to the course Search;
- handle facet counts for all our filters in course Search;
- develop plugins for all essential parts: courses, organizations,
categories, people, licences...
As we prepare to release, here are some improvements and fixes still
ahead of us:
- allow nesting of categories, to let users customize "meta" categories
and build their own subtrees; - finish integrating the missing pages and improve the sandbox environment;
- test and polish the use of richie as a django app / node dependency.
0.2.0
Courses
- Make a new, simpler plugin to fill text placeholders
- Add a subject detail page
- Improve the demo site
- Make plugins to display organizations, course licences
Search
- Add custom search filters, customizable through settings
- Set a reasonable default sorting for courses
Maintenance
- Update front & back dependencies
- Fix various development-related issues
0.1.0
** THIS IS AN ALPHA RELEASE **
Richie is a set of applications that make it easy to build a learning
portal around Open edX, to showcases courses, organizations, teachers,
etc. as well as publish marketing content of any kind.
The first alpha version (0.1.0) ships with the general architecture set up,
and some of the parts already working. Here are the most important efforts
still underway:
- Structured content management
- Search engine incl. front-end app
- Internationalization
We recommend you tread with care as this is not a production-ready version.
Some critical features are still missing and the lot is lacking user-oriented
documentation. This will be gradually improved through the next 0.x.x releases.
0.1.0-alpha.3
⬆️(package): update prettier to version 1.13.0 - Update prettier version - Run prettier with write to pass CI checks
0.1.0-alpha.1
💚(circle) fix dev images cache & hub job * The hub job was broken since it wasn't docker loading the development images archive. * Debian images development cache was not targetting the good directory. This had no consequences except increasing the cache size.
0.1.0-alpha
Preliminary release with a working container-based CI.