Code Monkey home page Code Monkey logo

alp's People

Contributors

being-peace avatar rpast avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar

Forkers

being-peace

alp's Issues

Add troubleshooting and data security sections to the docs

The project's documentation lacks some crucial information related to data security, particularly when working with sensitive data. Additionally, it is missing guidance on troubleshooting common problems that users might encounter while using the project.

Add HTTPS support

As the app currently runs on localhost without HTTPS, it may be vulnerable to potential security risks, especially for users who may be dealing with sensitive data or working in a shared network environment. Adding HTTPS support to the ALP application would enhance its security and ensure that data is transmitted securely between the user and the app.

Very Minor: Sessions without collections will not be saved.

ALP/alp.py

Line 191 in 3ba5849

for collection_uuid in collection_ids:

For each collection there will be row inserted in the "sessions" table. If no collection is selected, no row is inserted. Possible workaround:

if not collection_ids: collection_ids = [None]

And filter out None in

def load_collections(self, session_uuid) -> list:

return [d[0] for d in data]

return [d[0] for d in data if d[0]]

Yet, it is not a severe problem.

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.