Skip to content
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.

Commit

Permalink
Version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
santiq committed May 19, 2020
1 parent 838569d commit 5ad20de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ A modern, secure, and reliable dashboard for [Agenda](https://github.com/agenda/
- Search jobs by name and metadata (supports for quering mongo Object Id)
- Pagination (Original version had limitiation to 200 results only)


---

### Screenshots
Expand Down Expand Up @@ -43,7 +42,7 @@ At first, we tried to just patch the existing code but it was written in backbon

- [x] Improve default security
- [ ] Compatibility with agenda v3
- [ ] Polish backend so it is more efficient
- [x] Polish backend so it is more efficient
- [ ] Get more test coverage
- [ ] Add middlewares for KOA and other express-like libraries
- [ ] You decide!
Expand Down Expand Up @@ -87,7 +86,7 @@ By mounting Agendash as middleware on a specific path, you may provide your
own authentication for that path. For example if you have an authenticated
session using passport, you can protect the dashboard path like this:

```
```js
app.use('/dash',
function (req, res, next) {
if (!req.user || !req.user.is_admin) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agendash2",
"version": "0.3.0",
"version": "0.4.0",
"description": "A modern dashboard for Agenda.js with Pagination and Search capabilities",
"main": "app.js",
"bin": "bin/agendash-standalone.js",
Expand Down

0 comments on commit 5ad20de

Please sign in to comment.