Code Monkey home page Code Monkey logo

phonebook's Introduction

phonebook's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

fairhopeweb

phonebook's Issues

TODO

  • Base Import API
  • Base Export API
  • Base Stats API
  • Base Search API
  • Auto Tags
  • Polish
  • Tags (text only)
  • Fix anding
  • Remove Number Mode API's
  • Create Admin Menu
  • Freeze Development

Database Upgrade Issues

Whenever the schema is changed, and there is high load on the app, the database re-build process is invoked multiple times causing huge delays.

What's New / How To

Create a page / demo that shows the changes since the last release and can play a demo using live data to show a person how to use the phone book.

Change output order

Discussed in #28

Originally posted by gassganso June 26, 2022
Hi,
A very handful job done by developers here. I've been looking here and there trying to make the results output ordered by "description".
Any hint that can help me?
Thanks.

Finish Statistics API

Statistics API should be a separate module of the phone book. And should be:

  • A front-end JS module that snaps-in.

  • A PHP back-end that keeps track of the following in a table:

    • A Timestamp of the event
    • A list of tags searched
    • The time the API took to respond.

Another Importing Issue

When importing an object, if the data sent is not complete but there is data in the database, the tags are not re-generated from the database, they are generated off the import request.

image
image

Create Admin Page

Create page that interfaces with API to:

  • Edit Translations
  • Edit Numbers / Attributes / Tags

Rewrite Database Generator

Schema to Database generator is not working at all.

Needs to specify rows as numeric or text so sorting works as well.

Deletion Bug

Allow a way to just remove an attribute, and NOT delete the entire number.
Currently, if you send an attributed that is nulled, with no other attribute specified, the API will delete the object.

Also, allow sending "a3iodk9": null to delete an entire number.

Import Issue

Import API is not associating unique attributes with objects while importing.
Annotation 2019-07-18 115550
Annotation 2019-07-18 115606

Add required constraint.

This constraint should require the database column to not allow null values, and should discard imports on objects that do not supply the required data according to the schema.

Another Deletion Bug

When deleting objectid's that is all numbers, the API fails to delete the number...

{
"1888341507": {}
}

image

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.