Giter Site home page Giter Site logo

elogy's People

Contributors

erikun avatar hannes-petri-maxiv-lu-se avatar johanfforsberg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

dschick

elogy's Issues

exporting/printing logbooks

Hej,

I would love to have an export feature for logbooks in elogy, or at least a print view.
I could think of writing a simple JSON parser to put the result from an http request into a printer-friendly format, but I guess, all this is already included in the frontend of elogy.
So actually one would just need a template with only the logbook entries displayed.

One might also think of included nested logbooks recursively or only showing entries which have the current logbook as direct parent.

Do you think this would be possible?

Best

Daniel

Creating entries via http post

Hej,

I am currently able to get entries as described in the readme file as
http localhost:4000/api/logbooks/2/entries/1/
I use the result of that and save it to a file named new_entry.json.
In this file I just include the minimum of information which might be necessary to create a new entry
new_entry.json:

"entry": {
    "title": "my new entry via http",
    "authors": [
        {
            "name": "root",
            "login": "root",
            "email": null
        }
    ],
    "attributes": {},
    "attachments": [],
    "priority": 0,
    "metadata": {},
    "content": "<h1>hello world</h1>",
    "content_type": "text/html",
}

Then I post it via
http localhost:4000/api/logbooks/2/entries/ < new_entry.json
This will actually create a new entry but without any of the above mentioned information/content, neither, title, author, nor content are included in the created entry.

Is there maybe already any library available to work with elogy e.g. from python?

Best

Daniel

expanded logbook view

Hej,

what do you think of having an expanded view of an entire logbook?
So in case you do not select a single entry of a logbook but "show all" you would get all entries shown in the right column.

I have the feeling that it is sometime easier to find some information, in case you do not want to use the search function.

Best

Daniel

ldap user search very slow

Hi,

my colleagues are little complaining about the fact, that the user search via ldap is pretty slow, even if one type a complete and correct user name.
I've checked with ldapsearch in the terminal, that the ldap connection itself, seems to be fast.

Is there anyway how to tackle this problem?

Best

Daniel

autoreload

Hej,

I guess it is genneraly possible to reload a logbook/entry in the browser in case its content was changed/added from somewhere else.

Would this be possible with eloy as well?

Best

Daniel

access elogy via subdomain

Hej,

I guess this more a general docker nginx question, but I guess you guys have solved it already.
I do have elogy running with docker on a server with the FQDN: server.my.lab
Now I set the external port in the docker compose to 4000, such, that I can access elogy in the browser as:
server.my.lab:4000
Then I added an alias in my DNS configuration pointing also to the server which allows accessing elogy now at:
elogy.my.lab:4000

My question is, how do I git rid of the port when accessing elogy? I read that one can use nginx-proxy package for docker? Are there any instructions available?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.