Giter VIP home page Giter VIP logo

angularjs-crud-php's Issues

scrollview

the pageview display a record set in pagination, pageview is not suitable for some situation. e.g

  • Server unable to calculate/provide the total number of records, then the goToLastPage function cause to process goToNextPage until the end of records.
  • A lot of clicks required when switching the page of a huge amount of records.

create a new directive call scrollview, that get the next page records when scroll to the end of view

<entry> flow

case:
select a record on pageview
use ui-router to transition to a new state
the page contains a entry in amend mode
entry will not call setDefaultValue() because it is not in create mode
but the record key need to assign to the entry and call FindData() to get the record details after GetTableStructure()

Current flow for entry in create mode:
GetTableStructure
TryToCallSetDefaultValue

<editbox> Should retrieve the foreign key record on key changes

A record assigned to the <entry>, the <editbox> need to display the foreign key record information accordingly.

for example, the staff record was assigned to the , the department foreign key as AC, AC's record details such as department description "Accounting" may need to display within the . It should retrieve the department record when the department code changed.

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.