US20230014590A1 - Method and system for providing static and dynamic inputs and advanced logging capabilities in application development systems - Google Patents

Method and system for providing static and dynamic inputs and advanced logging capabilities in application development systems Download PDF

Info

Publication number
US20230014590A1
US20230014590A1 US17/378,027 US202117378027A US2023014590A1 US 20230014590 A1 US20230014590 A1 US 20230014590A1 US 202117378027 A US202117378027 A US 202117378027A US 2023014590 A1 US2023014590 A1 US 2023014590A1
Authority
US
United States
Prior art keywords
parameter field
user interface
user input
response
variable
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US17/378,027
Inventor
Claire Casaregola
Yair Pike
Harini Pundi Satyanarayanan
Michael Greene
Lauren Miller
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
ADP Inc
Original Assignee
ADP Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by ADP Inc filed Critical ADP Inc
Priority to US17/378,027 priority Critical patent/US20230014590A1/en
Assigned to ADP, LLC reassignment ADP, LLC ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: PUNDI SATYANARAYANAN, HARINI, MILLER, LAUREN, CASAREGOLA, CLAIRE, GREENE, MICHAEL, PIKE, YAIR
Assigned to ADP, INC. reassignment ADP, INC. CHANGE OF NAME (SEE DOCUMENT FOR DETAILS). Assignors: ADP, LLC
Publication of US20230014590A1 publication Critical patent/US20230014590A1/en
Priority to US18/211,272 priority patent/US20230333823A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/34Graphical or visual programming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • G06F3/04817Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance using icons
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • G06F3/0482Interaction with lists of selectable items, e.g. menus
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • G06F3/04847Interaction techniques to control parameter settings, e.g. interaction with sliders or dials
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • G06F3/0486Drag-and-drop
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/274Converting codes to words; Guess-ahead of partial word inputs

Definitions

  • the present disclosure relates generally to application development systems and, more particularly, to a method and system for providing static and dynamic inputs and advanced logging capabilities in application development systems.
  • the programmer In most cases, even for simple programs, the programmer must have extensive training in order to write code that will be capable of creating the desired computer functionality. In the case of complex software, the programmer may need to develop an architecture for the computer program, and then write the code to implement the architecture. For a large project, an entire team of trained programmers may be needed to create the desired code.
  • the process of coding is complex, expensive, and, for some individuals, beyond their ability.
  • the solution to providing a computer with a desired functionality is to purchase pre-programmed software to enable the desired functionality.
  • a user desiring to use a computer to perform business accounting may purchase an accounting program that provides a computer with the functionality of performing accounting procedures on the computer.
  • a user may desire specialized functionality for the computer that is not currently for sale, or may desire to modify an existing program. However, unless that user is a trained programmer and is willing to expend the resources needed to code a new program, the user will not be able to use the desired specialized functionality on the computer.
  • Low-code and no-code development platforms provide a mechanism for users to create programs (e.g., applications) without having specific knowledge of a programming language.
  • Low-code and no-code development platforms typically operate by permitting the user to drag and drop visual objects in a graphic user interface, with the platform automatically creating coding in the programming language based on the user inputs at the user interface.
  • Some objects used in the user interface (UI) of low-code and no-code development platforms include parameter fields where the user inputs data in the form of either a static string or a dynamic variable.
  • UI user interface
  • a user is required to navigate through a modal in the UI to select a variable in a parameter field, and this is time consuming.
  • a method of providing a user interface in a low-code or no-code development platform includes generating, by a computing system, a graphic user interface of an application development program.
  • the graphic user interface includes: a first area including a list of blocks; a second area including a structured data object comprising nodes corresponding to one or more of the blocks; and a third area including a parameter field of a selected one of the nodes, wherein the parameter field is configured to receive user input defining both a static string and a dynamic variable.
  • the computer program product includes one or more computer readable storage media having program instructions collectively stored on the one or more computer readable storage media.
  • the program instructions are executable to generate a graphic user interface of an application development program, wherein the graphic user interface includes: a first area including a list of blocks; a second area including a structured data object comprising nodes corresponding to one or more of the blocks; and a third area including a parameter field of a selected one of the nodes, wherein the parameter field includes an introductory character and a closing character indicating that the parameter field is configured to receive only user input defining a dynamic variable
  • a computer system for providing a user interface in a low-code or no-code development platform.
  • the system includes a processor, a computer readable memory, one or more computer readable storage media, and program instructions collectively stored on the one or more computer readable storage media.
  • the program instructions are executable to generate a graphic user interface of an application development program, wherein the graphic user interface includes: a first area including a list of blocks; a second area including a structured data object comprising nodes corresponding to one or more of the blocks; and a third area including a parameter field of a selected one of the nodes, wherein the parameter field is configured to receive user input defining both a static string and a dynamic variable.
  • FIG. 1 is an illustrative architecture of a computing system implemented in embodiments of the present disclosure.
  • FIG. 2 shows an exemplary cloud computing environment in accordance with aspects of the present disclosure.
  • FIG. 3 shows a block diagram in accordance with aspects of the present disclosure.
  • FIGS. 4 A through 4 O, 5 A, and 5 B illustrate aspects of a user interface in accordance with aspects of the present disclosure.
  • FIGS. 6 and 7 depict exemplary flows for processes in accordance with aspects of the present disclosure.
  • a low-code or no-code development platform includes parameter fields that permit a user (e.g., an application developer) to input both static strings and dynamic variables in a single parameter field. Implementations also provide the user with the ability to selectively disable and re-enable logs for stages of an application.
  • parameter fields are configured such that a user must choose to enter either a static string or a dynamic variable into a parameter field.
  • the parameter fields are defined in the development platform to expect only one of a static string and a dynamic variable, and the user cannot deviate from this definition. This is disadvantageous in some situations, for example, where the user's workflow would benefit from being able to combine both a static string and a dynamic variable into a single parameter field.
  • One such scenario is adding logs to a Logiflow (e.g., logic document) on the platform. Having to choose between a string and a variable in a parameter field is limiting because sometimes a variable without context is difficult to understand.
  • forcing users to navigate to a modal to select variables is time consuming, especially if the user knows in advance which variable they intend to select in a parameter field.
  • aspects of the present disclosure address these issues by providing one or more features that allow users to enter both static strings and dynamic variables into a single parameter field.
  • the user by typing regularly in a parameter field, the user creates a string message in the parameter field.
  • the user to input a variable in the parameter field, the user either selects a dedicated button (or other dedicated operation) to open a modal for the variable or types an introductory character in the parameter field. Opening the modal permits the user to search for and select one or more variables.
  • typing the introductory character in the parameter field automatically causes a closing character to appear in the parameter field, and the user then types between the introductory character and the closing character to dynamically search for and select one or more variables. In this manner, a user may quickly find and select a variable without having to navigate a modal, which can be time consuming.
  • the parameter field may be constrained to receive only a variable and to not receive a string (i.e., the combination of a string and variable is invalid).
  • the introductory character and the closing character are automatically displayed in the parameter field without the need for the user to type the introductory character.
  • the user to input a variable in a particular parameter field, the user either clicks a dedicated button to open a modal for selecting one or more variables, or begins typing between the introductory character and the closing character to dynamically search for and select one or more variables. In this manner, it is made clear to the user which parameter fields accept both static strings and dynamic variables, and which parameter fields accept only dynamic variables, and this clarity enhances the user experience when working with this new functionality.
  • Additional aspects of the present disclosure provide features that allow users to select a toggle switch (or other activation method) to activate or deactivate a log for a stage of an application being developed in the development platform.
  • a toggle switch or other activation method
  • a log is saved but does not appear in the log table.
  • the user may toggle the switch to the ON position.
  • implementations of the disclosure provide an improvement to the technical field of application development systems, in particular low-code and no-code development platforms.
  • the ability to combine static strings and dynamic variables into a single parameter field is not present in conventional low-code and no-code development platforms, and this ability improves the efficiency of users using the development platform.
  • Implementations of the disclosure provide an additional improvement to this technical field by improving the user experience in such development platforms by clearly indicating which parameter fields accept both static strings and dynamic variables, and which parameter fields accept only dynamic variables.
  • Implementations of the disclosure provide further improvement to this technical field by providing users the ability to selectively deactivate logs for certain stages of an application, which improves a user's efficiency during debugging of the application.
  • Implementations of the present disclosure may be a system, a method, and/or a computer program product.
  • the computer program product may include a computer readable storage medium (or media) having computer readable program instructions thereon for causing a processor to carry out aspects of the present disclosure.
  • FIG. 1 is an illustrative architecture of a computing system 100 implemented in embodiments of the present disclosure.
  • the computing system 100 is only one example of a suitable computing system and is not intended to suggest any limitation as to the scope of use or functionality of the disclosure. Also, computing system 100 should not be interpreted as having any dependency or requirement relating to any one or combination of components illustrated in computing system 100 .
  • computing system 100 includes a computing device 105 .
  • the computing device 105 can be resident on a network infrastructure such as within a cloud environment as shown in FIG. 2 , or may be a separate independent computing device (e.g., a computing device of a third party service provider).
  • the computing device 105 may include a bus 110 , a processor 115 , a storage device 120 , a system memory (hardware device) 125 , one or more input devices 130 , one or more output devices 135 , and a communication interface 140 .
  • bus 110 permits communication among the components of computing device 105 .
  • bus 110 may be any of several types of bus structures including a memory bus or memory controller, a peripheral bus, and a local bus using any of a variety of bus architectures to provide one or more wired or wireless communication links or paths for transferring data and/or power to, from, or between various other components of computing device 105 .
  • the processor 115 may be one or more processors or microprocessors that include any processing circuitry operative to interpret and execute computer readable program instructions, such as program instructions for controlling the operation and performance of one or more of the various other components of computing device 105 .
  • processor 115 interprets and executes the processes, steps, functions, and/or operations of the present disclosure, which may be operatively implemented by the computer readable program instructions.
  • processor 115 enables the computing device 105 to provide static and dynamic inputs and advanced logging capabilities in application development systems.
  • processor 115 may receive input signals from one or more input devices 130 and/or drive output signals through one or more output devices 135 .
  • the input devices 130 may be, for example, a keyboard, touch sensitive user interface (UI), etc., as is known to those of skill in the art such that no further description is required for a complete understanding of the present disclosure.
  • the output devices 135 can be, for example, any display device, printer, etc., as is known to those of skill in the art such that no further description is required for a complete understanding of the present disclosure.
  • the storage device 120 may include removable/non-removable, volatile/non-volatile computer readable media, such as, but not limited to, non-transitory media such as magnetic and/or optical recording media and their corresponding drives.
  • the drives and their associated computer readable media provide for storage of computer readable program instructions, data structures, program modules and other data for operation of computing device 105 in accordance with the different aspects of the present disclosure.
  • storage device 120 may store operating system 145 , application programs 150 , and program data 155 in accordance with aspects of the present disclosure.
  • the system memory 125 may include one or more storage mediums, including for example, non-transitory media such as flash memory, permanent memory such as read-only memory (“ROM”), semi-permanent memory such as random access memory (“RAM”), any other suitable type of storage component, or any combination thereof.
  • an input/output system 160 (BIOS) including the basic routines that help to transfer information between the various other components of computing device 105 , such as during start-up, may be stored in the ROM.
  • data and/or program modules 165 such as at least a portion of operating system 145 , application programs 150 , and/or program data 155 , that are accessible to and/or presently being operated on by processor 115 may be contained in the RAM.
  • the communication interface 140 may include any transceiver-like mechanism (e.g., a network interface, a network adapter, a modem, or combinations thereof) that enables computing device 105 to communicate with remote devices or systems, such as a mobile device or other computing devices such as, for example, a server in a networked environment, e.g., cloud environment.
  • remote devices or systems such as a mobile device or other computing devices such as, for example, a server in a networked environment, e.g., cloud environment.
  • computing device 105 may be connected to remote devices or systems via one or more local area networks (LAN) and/or one or more wide area networks (WAN) using communication interface 140 .
  • LAN local area networks
  • WAN wide area networks
  • computing system 100 may be configured to provide one or more features that allow users to enter both static strings and dynamic variables into a single parameter field.
  • the computing system may be configured to provide one or more features that allow users to click a toggle switch to activate or deactivate a log for a stage of an application being developed in a development platform.
  • computing device 105 may perform tasks (e.g., process, steps, methods and/or functionality) in response to processor 115 executing program instructions contained in a computer readable medium, such as system memory 125 .
  • the program instructions may be read into system memory 125 from another computer readable medium, such as data storage device 120 , or from another device via the communication interface 140 or server within or outside of a cloud environment.
  • an operator may interact with computing device 105 via the one or more input devices 130 and/or the one or more output devices 135 to facilitate performance of the tasks and/or realize the end results of such tasks in accordance with aspects of the present disclosure.
  • hardwired circuitry may be used in place of or in combination with the program instructions to implement the tasks, e.g., steps, methods and/or functionality, consistent with the different aspects of the present disclosure.
  • the steps, methods and/or functionality disclosed herein can be implemented in any combination of hardware circuitry and software.
  • FIG. 2 shows an exemplary cloud computing environment 200 in accordance with aspects of the disclosure.
  • Cloud computing is a computing model that enables convenient, on-demand network access to a shared pool of configurable computing resources, e.g., networks, servers, processing, storage, applications, and services, that can be provisioned and released rapidly, dynamically, and with minimal management efforts and/or interaction with the service provider.
  • configurable computing resources e.g., networks, servers, processing, storage, applications, and services
  • one or more aspects, functions and/or processes described herein may be performed and/or provided via cloud computing environment 200 .
  • cloud computing environment 200 includes cloud resources 205 that are made available to client devices 210 via a network 215 , such as the Internet.
  • Cloud resources 205 can include a variety of hardware and/or software computing resources, such as servers, databases, storage, networks, applications, and platforms. Cloud resources 205 may be on a single network or a distributed network. Cloud resources 205 may be distributed across multiple cloud computing systems and/or individual network enabled computing devices.
  • Client devices 210 may comprise any suitable type of network-enabled computing device, such as servers, desktop computers, laptop computers, handheld computers (e.g., smartphones, tablet computers), set top boxes, and network-enabled hard drives.
  • Cloud resources 205 are typically provided and maintained by a service provider so that a client does not need to maintain resources on a local client device 210 .
  • cloud resources 205 may include one or more computing system 100 of FIG. 1 that is specifically adapted to perform one or more of the functions and/or processes described herein.
  • Cloud computing environment 200 may be configured such that cloud resources 205 provide computing resources to client devices 210 through a variety of service models, such as Software as a Service (SaaS), Platforms as a service (PaaS), Infrastructure as a Service (IaaS), and/or any other cloud service models.
  • Cloud resources 205 may be configured, in some cases, to provide multiple service models to a client device 210 .
  • cloud resources 205 can provide both SaaS and IaaS to a client device 210 .
  • Cloud resources 205 may be configured, in some cases, to provide different service models to different client devices 210 .
  • cloud resources 205 can provide SaaS to a first client device 210 and PaaS to a second client device 210 .
  • Cloud computing environment 200 may be configured such that cloud resources 205 provide computing resources to client devices 210 through a variety of deployment models, such as public, private, community, hybrid, and/or any other cloud deployment model. Cloud resources 205 may be configured, in some cases, to support multiple deployment models. For example, cloud resources 205 can provide one set of computing resources through a public deployment model and another set of computing resources through a private deployment model.
  • software and/or hardware that performs one or more of the aspects, functions and/or processes described herein may be accessed and/or utilized by a client (e.g., an enterprise or an end user) as one or more of an SaaS, PaaS and IaaS model in one or more of a private, community, public, and hybrid cloud.
  • a client e.g., an enterprise or an end user
  • SaaS SaaS
  • PaaS e.g., an enterprise or an end user
  • IaaS model in one or more of a private, community, public, and hybrid cloud.
  • this disclosure includes a description of cloud computing, the systems and methods described herein are not limited to cloud computing and instead can be implemented on any suitable computing environment.
  • Cloud resources 205 may be configured to provide a variety of functionality that involves user interaction. Accordingly, a user interface (UI) can be provided for communicating with cloud resources 205 and/or performing tasks associated with cloud resources 205 . The UI can be accessed via a client device 210 in communication with cloud resources 205 . The UI can be configured to operate in a variety of client modes, including a fat client mode, a thin client mode, or a hybrid client mode, depending on the storage and processing capabilities of cloud resources 205 and/or client device 210 . Therefore, a UI can be implemented as a standalone application operating at the client device in some embodiments. In other embodiments, a web browser-based portal can be used to provide the UI. Any other configuration to access cloud resources 205 can also be used in various implementations.
  • a user interface can be provided for communicating with cloud resources 205 and/or performing tasks associated with cloud resources 205 .
  • the UI can be accessed via a client device 210 in communication with cloud resources 205 .
  • the UI
  • FIG. 3 shows a block diagram in accordance with aspects of the present disclosure. More specifically, FIG. 3 shows a functional block diagram of an exemplary environment 300 that illustrates functionality of aspects of the present disclosure.
  • the environment 300 includes a server 305 and a client device 310 connected to a network 315 .
  • the client device 310 comprises a computing device including one or more elements of computing device 105 of FIG. 1 , and may include a desktop computer, laptop computer, tablet computer, or smartphone, for example.
  • a user e.g., an application developer
  • the network 315 includes one or more communications networks such as one or more of a LAN, WAN, and the Internet.
  • the server 305 comprises one or more servers including one or more elements of computing device 105 of FIG. 1 .
  • the network 315 comprises the network 215 of the cloud computing environment 200 of FIG. 2
  • the client device 310 comprises one of the client devices 210 shown in FIG. 2
  • the server 305 comprises one or more cloud resources 205 of FIG. 2 .
  • the server 305 runs an application development program 320 that is configured to communicate with a client application 340 running on the client device 310 to permit a user to utilize the client application 340 to create software applications without the user having to code any of the software being developed.
  • the application development program 320 and the client application 340 communicate with one another to display one or more working areas in a graphical user interface (UI) 345 that is displayed on a display device 350 of the client device 310 .
  • UI graphical user interface
  • the application development program 320 and the client application 340 cooperate to enable users with little or no background in computer software development to simply drag-and-drop tiles (also called blocks) that contain prebuilt features onto a canvas and start building applications in the UI 345 .
  • each tile corresponds to a set of data nodes that are composable structured data objects according to a domain-specific language.
  • sets of tiles are displayed within a first area of the UI 345 and one or more drop zones are displayed in a second area of the UI 345 .
  • dragging a selected tile from the first area to a drop zone within the second area appends the corresponding set of data nodes into a structured data object according to the domain-specific language.
  • the application development program 320 provides the user with the ability to create software applications in what the user perceives as a low code or no code development environment by manipulating the tiles shown in the UI 345 .
  • the application development program 320 may comprise plural modules 355 configured to perform respective functions of the application development program 320 .
  • Each of the modules 355 may comprise one or more program modules such as program modules 165 described with respect to FIG. 1 .
  • the modules 355 include a tile renderer module, a data and metadata binding module, and a business rule and workflow module, a user interface engine orchestrator, a metadata engine, a persistence engine, a business rule engine, a workflow engine, and a user interface test engine, as described in U.S. Patent Application Publication No. 2021/0096828, the contents of which are expressly incorporated by reference herein in their entirety.
  • Each of the modules 355 may be stored and run at the server 305 .
  • one or more of the modules 355 may be run at the client device 310 .
  • all of the modules 355 run at the server 305
  • the client application 340 comprises a browser application that receives data from the various modules 355 and presents a visual display in the UI 345 based on the data received from the modules 355 .
  • a first subset of the modules 355 runs at the client device 310 and a second subset of the modules 355 runs at the server 305 .
  • the client device 310 may run a tile renderer module, a data and metadata binding module, and a business rule and workflow module, with all other modules 355 being run at the server 305 .
  • a tile renderer module may run at the server 305 .
  • a data and metadata binding module may be used in implementations.
  • a business rule and workflow module may be used in implementations.
  • the application development program 320 may include additional or fewer modules than those shown in FIG. 3 .
  • separate modules may be integrated into a single module.
  • a single module may be implemented as multiple modules.
  • the quantity of devices and/or networks in the environment is not limited to what is shown in FIG. 3 . In practice, the environment may include additional devices and/or networks; fewer devices and/or networks; different devices and/or networks; or differently arranged devices and/or networks than illustrated in FIG. 3 .
  • FIG. 4 A shows an exemplary graphical user interface (UI) 400 for composing structured data objects using the application development program 320 of FIG. 3 in accordance with aspects of the disclosure.
  • the UI 400 is an example of the UI 345 of FIG. 3 and is rendered by the client application 340 of FIG. 3 based on data received from the application development program 320 of FIG. 3 .
  • a user may provide input to the UI 400 utilizing one or more input devices of the client device 310 of FIG. 3 , and the application development program 320 may modify (e.g., update what is displayed in) the UI 400 based on the user input.
  • the UI 400 includes a first area 401 , a second area 402 , and a third area 403 .
  • the first area 401 includes a listing of blocks (e.g., tiles) 405
  • the second area 402 includes a drop zone that includes a visual representation of a plurality of data nodes linked together to form a structured data object 407 according to a domain-specific language.
  • dragging blocks from the first area 401 to the second area 402 appends the corresponding data nodes into the structured data object 407 according to the domain-specific language.
  • the third area 403 includes one or more parameter fields 420 associated with a selected one of the blocks in the structured data object 407 in the second area 402 .
  • the selected block 407 a is the “Array Loop” block
  • the third area 403 shows parameter fields 420 associated with the “Array Loop” block.
  • a respective set of parameter fields 420 is predefined (e.g., in the application development program 320 ) for each block in the listing of blocks 405 .
  • the parameter fields 420 shown in the third area 403 change when the user selects a different block in the second area 402 .
  • the parameter fields 420 shown in the example of FIG. 4 A will change to a different set of parameter fields when the user selects a different block in the second area 402 , e.g., if the user selects the “Add to Array” block instead of the “Array Loop” block.
  • the parameter fields 420 are input fields where the user provides input that defines values of predefined parameters associated with the selected block. The input provided by the user at these fields affects how the selected block functions in the structured data object 407 . Aspects of the disclosure are described using the parameter fields 420 associated with the “Array Loop” block 407 a as an example. However, aspects described herein may be used with parameter fields in other blocks not shown.
  • the parameter fields 420 associated with the “Array Loop” block 407 a include, amongst others, a Log Message field 425 , a Log Type field 430 , a Contains Sensitive Information field 435 , and a Log Level field 440 .
  • each of the Log Type field 430 , Contains Sensitive Information field 435 , and Log Level field 440 comprises a drop-down menu from which a user selects one of plural predefined options for the parameter of that respective field.
  • the Log Message field 425 comprises a field by which a user may provide input to define a string and a variable (e.g., as shown in FIGS. 4 B through 4 I ) or only a variable (as shown in FIGS. 4 J through 4 O ).
  • FIGS. 4 B through 4 I illustrate aspects of a first embodiment of a parameter field as displayed in the UI 400 in accordance with aspects of the disclosure.
  • the parameter field is configured to permit a user to provide input that defines a static string and/or a dynamic variable.
  • the user may provide the input by utilizing one or more input devices of the client device 310 of FIG. 3 .
  • An exemplary field of the UI 400 of FIG. 4 A is used to illustrate aspects of this embodiment, although other fields may be configured to permit a user to provide input that defines a static string and/or a dynamic variable.
  • FIG. 4 B shows aspects of the Log Message field 425 of FIG. 4 A in this embodiment.
  • the Log Message field 425 includes a title 440 , a selectable parameter field 442 , a characters remaining indicator 444 , a mapping icon 446 , and a log toggle switch 448 .
  • the parameter field 442 is a parameter field in which a user can enter a static string and/or a dynamic variable in accordance with aspects of the present disclosure.
  • the characters remaining indicator 444 indicates a number of characters that a user can type in the parameter field 442 .
  • the mapping icon 446 opens a modal for the parameter field 442 as described at FIG. 4 I .
  • the log toggle switch 448 permits a user to selectively turn logging on and off for a stage of an application related to this parameter field 442 as described at FIGS. 5 A and 5 B .
  • FIG. 4 C shows the parameter field 442 after the user has selected the parameter field 442 in the UI, e.g., by clicking their mouse pointer in the parameter field 442 or tabbing to the parameter field 442 .
  • a cursor 450 appears in the parameter field 442 when the parameter field 442 is selected.
  • FIG. 4 D shows the parameter field 442 after the user has typed a static string 452 (e.g., “birthday date is”) in the parameter field 442 .
  • the characters remaining indicator 444 changes as the user types characters in the parameter field 442 , e.g., to show how many characters can still be typed in the field.
  • FIG. 4 E shows the parameter field 442 after the user has typed an introductory character 454 following the static string 452 .
  • the introductory character 454 is a predefined character that the application development program 320 is programmed to recognize as triggering the input of a dynamic variable in the parameter field 442 .
  • the predefined character is a forward slash (“/”) although implementations may be programmed to use a different character, such as a curly bracket (“ ⁇ ”) for example.
  • the system (e.g., the input and log module 355 a ) automatically shows a closing character 456 in the parameter field 442 in response to a user typing the introductory character 454 in the parameter field 442 .
  • the system shows the cursor 450 and a placeholder 458 between the introductory character 454 and the closing character 456 in the parameter field 442 .
  • the placeholder 458 is shaded text (“Type to Add”), although different placeholders may be used.
  • the system also shows an icon 460 that opens a modal for this variable when selected by the user.
  • FIG. 4 F shows the parameter field 442 after the user has started typing between the introductory character 454 and the closing character 456 .
  • the user has typed the beginning portion 462 (“employ”) of a variable name with the cursor 450 between the introductory character 454 and the closing character 456 .
  • the system e.g., the input and log module 355 a ) searches for variables that include the beginning portion 462 .
  • the system displays a suggestion box 464 showing one or more variables with names that include the beginning portion 462 .
  • a typeahead (also called autocomplete) suggestion 466 in the parameter field 442 between the cursor 450 and the closing character 456 .
  • FIG. 4 G shows the parameter field 442 while the user selects one of the variables in the suggestion box 464 .
  • the user may select one of the variables in the suggestion box 464 using their mouse and/or using arrow keys and the enter key of their keyboard.
  • the system displays a highlight 468 of the selected one of the variables in the suggestion box 464 .
  • FIG. 4 H shows the parameter field 442 after any one of: the user selected one of the variables in the suggestion box 464 of FIG. 4 G ; the user accepted the typeahead suggestion 466 in FIG. 4 F ; the user selected a variable in the modal (described in FIG. 4 I ); and the user typed the entire name of the variable in the parameter field 442 .
  • the system moves the cursor 450 outside the closing character 456 , and displays the static string 452 (“birthday date is”) and the dynamic variable 470 (“employeeInfo.birthdayDate”) in the parameter field 442 . In this manner, the user may continue to provide input to enter another string or variable in the parameter field 442 .
  • the system permits the user to move the cursor 450 backward (e.g., using left arrow) into the area between the introductory character 454 and the closing character 456 .
  • the user can modify the text between the introductory character 454 and the closing character 456 , and the system responds in a manner similar to that shown in FIG. 4 F by providing a suggestion box 464 and a typeahead suggestion 466 based on the modified text between the introductory character 454 and the closing character 456 .
  • FIG. 4 I shows a modal 472 that the system (e.g., the input and log module 355 a ) generates in response to the user selecting the mapping icon 446 associated with the parameter field 442 .
  • the modal 472 is a child window that is displayed in front of a main window of the UI 400 , and that permits the user to select a variable to be inserted in the parameter field 442 .
  • the user must close the modal 472 in order to return to the main window of the UI 400 .
  • the modal 472 includes a search field 474 that permits a user to type search terms for variables to be entered into the parameter field 442 .
  • the modal 472 also includes a hierarchy structure 476 of variables that the user can navigate and select to be entered into the parameter field 442 . The user may select one or more variables from the hierarchy structure 476 .
  • the modal 472 includes a “Select All” button that selects all the variables in the hierarchy structure 476 .
  • the modal 472 includes an indicator 478 of a number of variables selected in the hierarchy structure 476 , a “Cancel” button 482 , and a “Done” button 484 .
  • the system when the user selects the “Done” button 484 , the system inserts all variables that are currently selected (e.g., in the hierarchy structure 476 ) into the parameter field 442 and closes the modal 472 .
  • the user has selected the variable “employeeInfo.birthdayDate” in the hierarchy structure 476 .
  • the system in response to the user selecting the “Done” button 484 , the system closes the modal 472 and reverts back to the main window of the UI 400 with the selected variable shown in the parameter field 442 as shown in FIG. 4 H .
  • FIGS. 4 J through 4 O illustrate aspects of a second embodiment of a parameter field as displayed in the UI 400 in accordance with aspects of the disclosure.
  • the parameter field is configured to permit a user to provide input that defines a dynamic variable but not a static string.
  • An exemplary field of the UI 400 of FIG. 4 A is used to illustrate aspects of this embodiment, although other fields may be configured to permit a user to provide input that defines a static string and/or a dynamic variable.
  • FIG. 4 J shows aspects of the Log Message field 425 ′ of FIG. 4 A in this embodiment.
  • the Log Message field 425 ′ includes a title 440 , a selectable parameter field 442 ′, a characters remaining indicator 444 , a mapping icon 446 , and a log toggle switch 448 .
  • the parameter field 442 ′ is a parameter field in which a user can enter a dynamic variable but not a static string.
  • the title 440 , characters remaining indicator 444 , mapping icon 446 , and log toggle switch 448 all function in the same manner as described with respect to FIGS. 4 B- 4 I .
  • the system automatically displays the introductory character 454 and the closing character 456 in the parameter field 442 ′ without requiring the user to type the introductory character 454 . In this manner, the user can quickly and easily differentiate between the parameter field 442 (that accepts both string and variable) and the parameter field 442 ′ (that accepts only variable).
  • FIG. 4 K shows the parameter field 442 ′ after the user has selected the parameter field 442 ′, e.g., by clicking their mouse pointer in the parameter field 442 ′ or tabbing to the parameter field 442 ′.
  • a cursor 450 appears in the parameter field 442 ′ between the introductory character 454 and the closing character 456 when the parameter field 442 ′ is selected.
  • FIG. 4 L shows the parameter field 442 ′ after the user has started typing between the introductory character 454 and the closing character 456 .
  • the system operates similar to the operation described at FIG. 4 F but without a static string in the parameter field 442 ′.
  • FIG. 4 M shows the parameter field 442 ′ while the user selects one of the variables in the suggestion box 464 .
  • the system operates similar to the operation described at FIG. 4 G but without a static string in the parameter field 442 ′.
  • FIG. 4 N shows the parameter field 442 ′ after the user has completed entry of the variable in any of the described manners.
  • the system operates similar to the operation described at FIG. 4 H but without a static string in the parameter field 442 ′.
  • FIG. 4 O shows the parameter field 442 ′ after the user has moved the cursor 450 backward (e.g., using left arrow) into the area between the introductory character 454 and the closing character 456 .
  • the user can modify the text between the introductory character 454 and the closing character 456 , and the system responds by providing a suggestion box 464 and a typeahead suggestion 466 based on the modified text between the introductory character 454 and the closing character 456 .
  • FIGS. 5 A and 5 B show an exemplary operation of the log toggle switch 448 of the UI 400 in accordance with embodiments.
  • FIG. 5 A shows the log toggle switch 448 in a first (ON) position
  • FIG. 5 B shows the log toggle switch 448 in a second (OFF) position.
  • the user may provide input to the UI 400 to selectively move the log toggle switch 448 to one of the ON position and the OFF position.
  • Selecting the ON position creates an active log state for this stage of the application related to the parameter field 442 .
  • the system In the active log state, the system generates log data in the log table for this stage of the application when the application is run during a debug process.
  • Selecting the OFF position creates an inactive log state for this stage of the application related to the parameter field 442 .
  • the system In the inactive log state, the system does not generate log data in the log table for this stage of the application when the application is run during a debug process. However, although a stage might be in the inactive state, the system still generates log data in the log table for other stages of the application that are in the active state when the application is run during a debug process.
  • FIGS. 6 and 7 depict exemplary flows for processes in accordance with aspects of the present disclosure.
  • the exemplary flows can be illustrative of a system, a method, and/or a computer program product and related functionality implemented on the computing system of FIG. 1 , in accordance with aspects of the present disclosure.
  • the computer program product may include computer readable program instructions stored on computer readable storage medium (or media).
  • the computer readable storage medium may include the one or more storage medium as described with regard to FIG. 1 , e.g., non-transitory media, a tangible device, etc.
  • the method and/or computer program product implementing the flow of FIG. 6 can be downloaded to respective computing/processing devices, e.g., computing system of FIG.
  • FIG. 6 shows a flowchart of an exemplary method in accordance with aspects of the present invention. Steps of the method may be carried out in the environment of FIG. 3 and are described with reference to elements depicted in FIG. 3 .
  • the system generates a graphic user interface displaying a parameter field.
  • the application development program 320 generates data that defines a graphic user interface that is displayed on the client device 310 .
  • the graphic user interface is the UI 400 of FIG. 4 A and includes: a first area including a list of blocks; a second area including a structured data object comprising nodes corresponding to one or more of the blocks; and a third area including a parameter field of a selected one of the nodes, wherein the parameter field is configured to receive user input defining both a static string and a dynamic variable.
  • Step 605 may include the application development program 320 modifying the graphic user interface based on user input received at the client device 310 .
  • the application development program 320 may modify (e.g., update) the graphic user interface based on the user dragging and dropping a block from the first area to the second area.
  • the application development program 320 may modify (e.g., update) the graphic user interface based on the user selecting a node in the second area.
  • the system displays a string in the parameter field in response to user input of the string in the parameter field.
  • the application development program 320 modifies (e.g., updates) the graphic user interface based on the user typing a string in the parameter field.
  • the system displays a modal in response to user input selecting a mapping icon associated with the parameter field.
  • the application development program 320 modifies (e.g., updates) the graphic user interface to display the modal in which a user may select a variable for the parameter field.
  • the system displays a variable in the parameter field in response to user input selecting the variable in the modal.
  • the application development program 320 modifies (e.g., updates) the graphic user interface to display, in the parameter field, a variable that the user selected in the modal.
  • the system displays a closing character in the parameter field in response to user input of an introductory character in the parameter field.
  • the application development program 320 modifies (e.g., updates) the graphic user interface to display the closing character in the parameter field.
  • the system displays a typeahead suggestion of a variable in the parameter field in response to user input of a portion of a variable name.
  • the application development program 320 modifies (e.g., updates) the graphic user interface to display the typeahead suggestion in the parameter field.
  • the system displays a variable in the parameter field in response to user input accepting the typeahead suggestion.
  • the application development program 320 modifies (e.g., updates) the graphic user interface to display a variable in the parameter field.
  • the system displays a suggestion box including one or more variables in response to user input of a portion of a variable name.
  • the application development program 320 modifies (e.g., updates) the graphic user interface to display the suggestion box.
  • the system displays a variable in the parameter field in response to user input at the suggestion box.
  • the application development program 320 modifies (e.g., updates) the graphic user interface to display a variable in the parameter field.
  • FIG. 7 shows a flowchart of an exemplary method in accordance with aspects of the present invention. Steps of the method may be carried out in the environment of FIG. 3 and are described with reference to elements depicted in FIG. 3 .
  • the system generates a graphic user interface displaying a parameter field.
  • the application development program 320 generates data that defines a graphic user interface that is displayed on the client device 310 .
  • the graphic user interface is the UI 400 of FIG. 4 A and includes: a first area including a list of blocks; a second area including a structured data object comprising nodes corresponding to one or more of the blocks; and a third area including a parameter field of a selected one of the nodes, wherein the parameter field includes an introductory character and a closing character indicating that the parameter field is configured to receive only user input defining a dynamic variable.
  • Step 705 may include the application development program 320 modifying the graphic user interface based on user input received at the client device 310 .
  • the application development program 320 may modify (e.g., update) the graphic user interface based on the user dragging and dropping a block from the first area to the second area.
  • the application development program 320 may modify (e.g., update) the graphic user interface based on the user selecting a node in the second area.
  • the system displays a modal in response to user input selecting a mapping icon associated with the parameter field.
  • the application development program 320 modifies (e.g., updates) the graphic user interface to display the modal in which a user may select a variable for the parameter field.
  • the system displays a variable in the parameter field in response to user input selecting the variable in the modal.
  • the application development program 320 modifies (e.g., updates) the graphic user interface to display a variable in the parameter field that the user selected in the modal.
  • the system displays a typeahead suggestion of a variable in the parameter field in response to user input of a portion of a variable name.
  • the application development program 320 modifies (e.g., updates) the graphic user interface to display the typeahead suggestion in the parameter field.
  • the system displays a variable in the parameter field in response to user input accepting the typeahead suggestion.
  • the application development program 320 modifies (e.g., updates) the graphic user interface to display a variable in the parameter field.
  • the system displays a suggestion box including one or more variables in response to user input of a portion of a variable name.
  • the application development program 320 modifies (e.g., updates) the graphic user interface to display the suggestion box.
  • the system displays a variable in the parameter field in response to user input at the suggestion box.
  • the application development program 320 modifies (e.g., updates) the graphic user interface to display a variable in the parameter field.

Abstract

A method for providing a user interface in a low-code or no-code development platform includes generating, by a computing system, a graphic user interface of an application development program. The graphic user interface includes: a first area including a list of blocks; a second area including a structured data object comprising nodes corresponding to one or more of the blocks; and a third area including a parameter field of a selected one of the nodes, wherein the parameter field is configured to receive user input defining both a static string and a dynamic variable.

Description

    TECHNICAL FIELD
  • The present disclosure relates generally to application development systems and, more particularly, to a method and system for providing static and dynamic inputs and advanced logging capabilities in application development systems.
  • BACKGROUND
  • Currently, when a new computer program is desired, a trained programmer uses one or more specialized computer languages to create code. Code instructs a computer to perform a desired function.
  • In most cases, even for simple programs, the programmer must have extensive training in order to write code that will be capable of creating the desired computer functionality. In the case of complex software, the programmer may need to develop an architecture for the computer program, and then write the code to implement the architecture. For a large project, an entire team of trained programmers may be needed to create the desired code.
  • Thus, the process of coding is complex, expensive, and, for some individuals, beyond their ability. For most individuals, the solution to providing a computer with a desired functionality is to purchase pre-programmed software to enable the desired functionality. For example, a user desiring to use a computer to perform business accounting may purchase an accounting program that provides a computer with the functionality of performing accounting procedures on the computer.
  • Nevertheless, a user may desire specialized functionality for the computer that is not currently for sale, or may desire to modify an existing program. However, unless that user is a trained programmer and is willing to expend the resources needed to code a new program, the user will not be able to use the desired specialized functionality on the computer.
  • Low-code and no-code (codeless) development platforms provide a mechanism for users to create programs (e.g., applications) without having specific knowledge of a programming language. Low-code and no-code development platforms typically operate by permitting the user to drag and drop visual objects in a graphic user interface, with the platform automatically creating coding in the programming language based on the user inputs at the user interface.
  • Some objects used in the user interface (UI) of low-code and no-code development platforms include parameter fields where the user inputs data in the form of either a static string or a dynamic variable. To facilitate the user-perceived codeless nature of the UI, a user is required to navigate through a modal in the UI to select a variable in a parameter field, and this is time consuming.
  • SUMMARY
  • In a first aspect of the present disclosure, there is a method of providing a user interface in a low-code or no-code development platform. The method includes generating, by a computing system, a graphic user interface of an application development program. The graphic user interface includes: a first area including a list of blocks; a second area including a structured data object comprising nodes corresponding to one or more of the blocks; and a third area including a parameter field of a selected one of the nodes, wherein the parameter field is configured to receive user input defining both a static string and a dynamic variable.
  • In another aspect of the present disclosure, there is a computer program product for providing a user interface in a low-code or no-code development platform. The computer program product includes one or more computer readable storage media having program instructions collectively stored on the one or more computer readable storage media. The program instructions are executable to generate a graphic user interface of an application development program, wherein the graphic user interface includes: a first area including a list of blocks; a second area including a structured data object comprising nodes corresponding to one or more of the blocks; and a third area including a parameter field of a selected one of the nodes, wherein the parameter field includes an introductory character and a closing character indicating that the parameter field is configured to receive only user input defining a dynamic variable
  • In a further aspect of the present disclosure, there is a computer system for providing a user interface in a low-code or no-code development platform. The system includes a processor, a computer readable memory, one or more computer readable storage media, and program instructions collectively stored on the one or more computer readable storage media. The program instructions are executable to generate a graphic user interface of an application development program, wherein the graphic user interface includes: a first area including a list of blocks; a second area including a structured data object comprising nodes corresponding to one or more of the blocks; and a third area including a parameter field of a selected one of the nodes, wherein the parameter field is configured to receive user input defining both a static string and a dynamic variable.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • Aspects of the present disclosure are described in the detailed description which follows, in reference to the noted plurality of drawings by way of non-limiting examples of exemplary embodiments of the present disclosure.
  • FIG. 1 is an illustrative architecture of a computing system implemented in embodiments of the present disclosure.
  • FIG. 2 shows an exemplary cloud computing environment in accordance with aspects of the present disclosure.
  • FIG. 3 shows a block diagram in accordance with aspects of the present disclosure.
  • FIGS. 4A through 4O, 5A, and 5B illustrate aspects of a user interface in accordance with aspects of the present disclosure.
  • FIGS. 6 and 7 depict exemplary flows for processes in accordance with aspects of the present disclosure.
  • DETAILED DESCRIPTION OF ASPECTS OF THE INVENTION
  • The present disclosure relates generally to application development systems and, more particularly, to a method and system for providing static and dynamic inputs and advanced logging capabilities in application development systems. In accordance with aspects of the present disclosure, a low-code or no-code development platform includes parameter fields that permit a user (e.g., an application developer) to input both static strings and dynamic variables in a single parameter field. Implementations also provide the user with the ability to selectively disable and re-enable logs for stages of an application.
  • In conventional low-code and no-code development platforms, parameter fields are configured such that a user must choose to enter either a static string or a dynamic variable into a parameter field. The parameter fields are defined in the development platform to expect only one of a static string and a dynamic variable, and the user cannot deviate from this definition. This is disadvantageous in some situations, for example, where the user's workflow would benefit from being able to combine both a static string and a dynamic variable into a single parameter field. One such scenario is adding logs to a Logiflow (e.g., logic document) on the platform. Having to choose between a string and a variable in a parameter field is limiting because sometimes a variable without context is difficult to understand. Moreover, forcing users to navigate to a modal to select variables is time consuming, especially if the user knows in advance which variable they intend to select in a parameter field.
  • Another issue that is present in conventional low-code and no-code development platforms is the inability to selectively turn logs on and off for stages of an application. When debugging an application using logs, there are times when the user is unconcerned with log outputs for certain stages of the application. The user has no ability, however, to turn off the log for the stages that are of no concern. When this is the case, the log is cluttered with information that is not relevant to the user. Moreover, when a log is completely deleted, the user must build the log from scratch again in the future if the user needs the log at a later date.
  • Advantageously, aspects of the present disclosure address these issues by providing one or more features that allow users to enter both static strings and dynamic variables into a single parameter field. In implementations, by typing regularly in a parameter field, the user creates a string message in the parameter field. In implementations, to input a variable in the parameter field, the user either selects a dedicated button (or other dedicated operation) to open a modal for the variable or types an introductory character in the parameter field. Opening the modal permits the user to search for and select one or more variables. In embodiments, typing the introductory character in the parameter field automatically causes a closing character to appear in the parameter field, and the user then types between the introductory character and the closing character to dynamically search for and select one or more variables. In this manner, a user may quickly find and select a variable without having to navigate a modal, which can be time consuming.
  • In some embodiments, the parameter field may be constrained to receive only a variable and to not receive a string (i.e., the combination of a string and variable is invalid). In these embodiments, the introductory character and the closing character are automatically displayed in the parameter field without the need for the user to type the introductory character. In these embodiments, to input a variable in a particular parameter field, the user either clicks a dedicated button to open a modal for selecting one or more variables, or begins typing between the introductory character and the closing character to dynamically search for and select one or more variables. In this manner, it is made clear to the user which parameter fields accept both static strings and dynamic variables, and which parameter fields accept only dynamic variables, and this clarity enhances the user experience when working with this new functionality.
  • Additional aspects of the present disclosure provide features that allow users to select a toggle switch (or other activation method) to activate or deactivate a log for a stage of an application being developed in the development platform. In embodiments, by toggling the switch to the OFF position, a log is saved but does not appear in the log table. To reactivate the log, the user may toggle the switch to the ON position.
  • Accordingly, implementations of the disclosure provide an improvement to the technical field of application development systems, in particular low-code and no-code development platforms. The ability to combine static strings and dynamic variables into a single parameter field is not present in conventional low-code and no-code development platforms, and this ability improves the efficiency of users using the development platform. Implementations of the disclosure provide an additional improvement to this technical field by improving the user experience in such development platforms by clearly indicating which parameter fields accept both static strings and dynamic variables, and which parameter fields accept only dynamic variables. Implementations of the disclosure provide further improvement to this technical field by providing users the ability to selectively deactivate logs for certain stages of an application, which improves a user's efficiency during debugging of the application.
  • Implementations of the present disclosure may be a system, a method, and/or a computer program product. The computer program product may include a computer readable storage medium (or media) having computer readable program instructions thereon for causing a processor to carry out aspects of the present disclosure.
  • FIG. 1 is an illustrative architecture of a computing system 100 implemented in embodiments of the present disclosure. The computing system 100 is only one example of a suitable computing system and is not intended to suggest any limitation as to the scope of use or functionality of the disclosure. Also, computing system 100 should not be interpreted as having any dependency or requirement relating to any one or combination of components illustrated in computing system 100.
  • As shown in FIG. 1 , computing system 100 includes a computing device 105. The computing device 105 can be resident on a network infrastructure such as within a cloud environment as shown in FIG. 2 , or may be a separate independent computing device (e.g., a computing device of a third party service provider). The computing device 105 may include a bus 110, a processor 115, a storage device 120, a system memory (hardware device) 125, one or more input devices 130, one or more output devices 135, and a communication interface 140.
  • The bus 110 permits communication among the components of computing device 105. For example, bus 110 may be any of several types of bus structures including a memory bus or memory controller, a peripheral bus, and a local bus using any of a variety of bus architectures to provide one or more wired or wireless communication links or paths for transferring data and/or power to, from, or between various other components of computing device 105.
  • The processor 115 may be one or more processors or microprocessors that include any processing circuitry operative to interpret and execute computer readable program instructions, such as program instructions for controlling the operation and performance of one or more of the various other components of computing device 105. In embodiments, processor 115 interprets and executes the processes, steps, functions, and/or operations of the present disclosure, which may be operatively implemented by the computer readable program instructions. For example, processor 115 enables the computing device 105 to provide static and dynamic inputs and advanced logging capabilities in application development systems.
  • In embodiments, processor 115 may receive input signals from one or more input devices 130 and/or drive output signals through one or more output devices 135. The input devices 130 may be, for example, a keyboard, touch sensitive user interface (UI), etc., as is known to those of skill in the art such that no further description is required for a complete understanding of the present disclosure. The output devices 135 can be, for example, any display device, printer, etc., as is known to those of skill in the art such that no further description is required for a complete understanding of the present disclosure.
  • The storage device 120 may include removable/non-removable, volatile/non-volatile computer readable media, such as, but not limited to, non-transitory media such as magnetic and/or optical recording media and their corresponding drives. The drives and their associated computer readable media provide for storage of computer readable program instructions, data structures, program modules and other data for operation of computing device 105 in accordance with the different aspects of the present disclosure. In embodiments, storage device 120 may store operating system 145, application programs 150, and program data 155 in accordance with aspects of the present disclosure.
  • The system memory 125 may include one or more storage mediums, including for example, non-transitory media such as flash memory, permanent memory such as read-only memory (“ROM”), semi-permanent memory such as random access memory (“RAM”), any other suitable type of storage component, or any combination thereof. In some embodiments, an input/output system 160 (BIOS) including the basic routines that help to transfer information between the various other components of computing device 105, such as during start-up, may be stored in the ROM. Additionally, data and/or program modules 165, such as at least a portion of operating system 145, application programs 150, and/or program data 155, that are accessible to and/or presently being operated on by processor 115 may be contained in the RAM.
  • The communication interface 140 may include any transceiver-like mechanism (e.g., a network interface, a network adapter, a modem, or combinations thereof) that enables computing device 105 to communicate with remote devices or systems, such as a mobile device or other computing devices such as, for example, a server in a networked environment, e.g., cloud environment. For example, computing device 105 may be connected to remote devices or systems via one or more local area networks (LAN) and/or one or more wide area networks (WAN) using communication interface 140.
  • As discussed herein, computing system 100 may be configured to provide one or more features that allow users to enter both static strings and dynamic variables into a single parameter field. The computing system may be configured to provide one or more features that allow users to click a toggle switch to activate or deactivate a log for a stage of an application being developed in a development platform. In particular, computing device 105 may perform tasks (e.g., process, steps, methods and/or functionality) in response to processor 115 executing program instructions contained in a computer readable medium, such as system memory 125. The program instructions may be read into system memory 125 from another computer readable medium, such as data storage device 120, or from another device via the communication interface 140 or server within or outside of a cloud environment. In embodiments, an operator may interact with computing device 105 via the one or more input devices 130 and/or the one or more output devices 135 to facilitate performance of the tasks and/or realize the end results of such tasks in accordance with aspects of the present disclosure. In additional or alternative embodiments, hardwired circuitry may be used in place of or in combination with the program instructions to implement the tasks, e.g., steps, methods and/or functionality, consistent with the different aspects of the present disclosure. Thus, the steps, methods and/or functionality disclosed herein can be implemented in any combination of hardware circuitry and software.
  • FIG. 2 shows an exemplary cloud computing environment 200 in accordance with aspects of the disclosure. Cloud computing is a computing model that enables convenient, on-demand network access to a shared pool of configurable computing resources, e.g., networks, servers, processing, storage, applications, and services, that can be provisioned and released rapidly, dynamically, and with minimal management efforts and/or interaction with the service provider. In embodiments, one or more aspects, functions and/or processes described herein may be performed and/or provided via cloud computing environment 200.
  • As depicted in FIG. 2 , cloud computing environment 200 includes cloud resources 205 that are made available to client devices 210 via a network 215, such as the Internet. Cloud resources 205 can include a variety of hardware and/or software computing resources, such as servers, databases, storage, networks, applications, and platforms. Cloud resources 205 may be on a single network or a distributed network. Cloud resources 205 may be distributed across multiple cloud computing systems and/or individual network enabled computing devices. Client devices 210 may comprise any suitable type of network-enabled computing device, such as servers, desktop computers, laptop computers, handheld computers (e.g., smartphones, tablet computers), set top boxes, and network-enabled hard drives. Cloud resources 205 are typically provided and maintained by a service provider so that a client does not need to maintain resources on a local client device 210. In embodiments, cloud resources 205 may include one or more computing system 100 of FIG. 1 that is specifically adapted to perform one or more of the functions and/or processes described herein.
  • Cloud computing environment 200 may be configured such that cloud resources 205 provide computing resources to client devices 210 through a variety of service models, such as Software as a Service (SaaS), Platforms as a service (PaaS), Infrastructure as a Service (IaaS), and/or any other cloud service models. Cloud resources 205 may be configured, in some cases, to provide multiple service models to a client device 210. For example, cloud resources 205 can provide both SaaS and IaaS to a client device 210. Cloud resources 205 may be configured, in some cases, to provide different service models to different client devices 210. For example, cloud resources 205 can provide SaaS to a first client device 210 and PaaS to a second client device 210.
  • Cloud computing environment 200 may be configured such that cloud resources 205 provide computing resources to client devices 210 through a variety of deployment models, such as public, private, community, hybrid, and/or any other cloud deployment model. Cloud resources 205 may be configured, in some cases, to support multiple deployment models. For example, cloud resources 205 can provide one set of computing resources through a public deployment model and another set of computing resources through a private deployment model.
  • In embodiments, software and/or hardware that performs one or more of the aspects, functions and/or processes described herein may be accessed and/or utilized by a client (e.g., an enterprise or an end user) as one or more of an SaaS, PaaS and IaaS model in one or more of a private, community, public, and hybrid cloud. Moreover, although this disclosure includes a description of cloud computing, the systems and methods described herein are not limited to cloud computing and instead can be implemented on any suitable computing environment.
  • Cloud resources 205 may be configured to provide a variety of functionality that involves user interaction. Accordingly, a user interface (UI) can be provided for communicating with cloud resources 205 and/or performing tasks associated with cloud resources 205. The UI can be accessed via a client device 210 in communication with cloud resources 205. The UI can be configured to operate in a variety of client modes, including a fat client mode, a thin client mode, or a hybrid client mode, depending on the storage and processing capabilities of cloud resources 205 and/or client device 210. Therefore, a UI can be implemented as a standalone application operating at the client device in some embodiments. In other embodiments, a web browser-based portal can be used to provide the UI. Any other configuration to access cloud resources 205 can also be used in various implementations.
  • FIG. 3 shows a block diagram in accordance with aspects of the present disclosure. More specifically, FIG. 3 shows a functional block diagram of an exemplary environment 300 that illustrates functionality of aspects of the present disclosure.
  • As shown in FIG. 3 , the environment 300 includes a server 305 and a client device 310 connected to a network 315. The client device 310 comprises a computing device including one or more elements of computing device 105 of FIG. 1 , and may include a desktop computer, laptop computer, tablet computer, or smartphone, for example. In one example, a user (e.g., an application developer) utilizes the client device 310 to access an application development program that is provided by the server 305. The network 315 includes one or more communications networks such as one or more of a LAN, WAN, and the Internet. The server 305 comprises one or more servers including one or more elements of computing device 105 of FIG. 1 . In a cloud implementation, the network 315 comprises the network 215 of the cloud computing environment 200 of FIG. 2 , the client device 310 comprises one of the client devices 210 shown in FIG. 2 , and the server 305 comprises one or more cloud resources 205 of FIG. 2 .
  • In embodiments, the server 305 runs an application development program 320 that is configured to communicate with a client application 340 running on the client device 310 to permit a user to utilize the client application 340 to create software applications without the user having to code any of the software being developed. In embodiments, the application development program 320 and the client application 340 communicate with one another to display one or more working areas in a graphical user interface (UI) 345 that is displayed on a display device 350 of the client device 310. In embodiments, the application development program 320 and the client application 340 cooperate to enable users with little or no background in computer software development to simply drag-and-drop tiles (also called blocks) that contain prebuilt features onto a canvas and start building applications in the UI 345.
  • In embodiments, each tile corresponds to a set of data nodes that are composable structured data objects according to a domain-specific language. In one example, sets of tiles are displayed within a first area of the UI 345 and one or more drop zones are displayed in a second area of the UI 345. In this example, dragging a selected tile from the first area to a drop zone within the second area appends the corresponding set of data nodes into a structured data object according to the domain-specific language. In this manner, the application development program 320 provides the user with the ability to create software applications in what the user perceives as a low code or no code development environment by manipulating the tiles shown in the UI 345.
  • As further shown in FIG. 3 , the application development program 320 may comprise plural modules 355 configured to perform respective functions of the application development program 320. Each of the modules 355 may comprise one or more program modules such as program modules 165 described with respect to FIG. 1 . In one example, the modules 355 include a tile renderer module, a data and metadata binding module, and a business rule and workflow module, a user interface engine orchestrator, a metadata engine, a persistence engine, a business rule engine, a workflow engine, and a user interface test engine, as described in U.S. Patent Application Publication No. 2021/0096828, the contents of which are expressly incorporated by reference herein in their entirety.
  • Each of the modules 355 may be stored and run at the server 305. Alternatively, one or more of the modules 355 may be run at the client device 310. In one example, all of the modules 355 run at the server 305, and the client application 340 comprises a browser application that receives data from the various modules 355 and presents a visual display in the UI 345 based on the data received from the modules 355. In another example, a first subset of the modules 355 runs at the client device 310 and a second subset of the modules 355 runs at the server 305. For example, the client device 310 may run a tile renderer module, a data and metadata binding module, and a business rule and workflow module, with all other modules 355 being run at the server 305. These examples are not limiting and other configurations of the modules 355 may be used in implementations.
  • The application development program 320 may include additional or fewer modules than those shown in FIG. 3 . In embodiments, separate modules may be integrated into a single module. Additionally, or alternatively, a single module may be implemented as multiple modules. Moreover, the quantity of devices and/or networks in the environment is not limited to what is shown in FIG. 3 . In practice, the environment may include additional devices and/or networks; fewer devices and/or networks; different devices and/or networks; or differently arranged devices and/or networks than illustrated in FIG. 3 .
  • FIG. 4A shows an exemplary graphical user interface (UI) 400 for composing structured data objects using the application development program 320 of FIG. 3 in accordance with aspects of the disclosure. The UI 400 is an example of the UI 345 of FIG. 3 and is rendered by the client application 340 of FIG. 3 based on data received from the application development program 320 of FIG. 3 . A user may provide input to the UI 400 utilizing one or more input devices of the client device 310 of FIG. 3 , and the application development program 320 may modify (e.g., update what is displayed in) the UI 400 based on the user input.
  • As depicted, the UI 400 includes a first area 401, a second area 402, and a third area 403. In embodiments, the first area 401 includes a listing of blocks (e.g., tiles) 405, and the second area 402 includes a drop zone that includes a visual representation of a plurality of data nodes linked together to form a structured data object 407 according to a domain-specific language. In embodiments, dragging blocks from the first area 401 to the second area 402 appends the corresponding data nodes into the structured data object 407 according to the domain-specific language.
  • In embodiments, the third area 403 includes one or more parameter fields 420 associated with a selected one of the blocks in the structured data object 407 in the second area 402. In the example shown in FIG. 4A, the selected block 407 a is the “Array Loop” block, and the third area 403 shows parameter fields 420 associated with the “Array Loop” block. In implementations, a respective set of parameter fields 420 is predefined (e.g., in the application development program 320) for each block in the listing of blocks 405. In this manner, the parameter fields 420 shown in the third area 403 change when the user selects a different block in the second area 402. For example, the parameter fields 420 shown in the example of FIG. 4A will change to a different set of parameter fields when the user selects a different block in the second area 402, e.g., if the user selects the “Add to Array” block instead of the “Array Loop” block.
  • The parameter fields 420 are input fields where the user provides input that defines values of predefined parameters associated with the selected block. The input provided by the user at these fields affects how the selected block functions in the structured data object 407. Aspects of the disclosure are described using the parameter fields 420 associated with the “Array Loop” block 407 a as an example. However, aspects described herein may be used with parameter fields in other blocks not shown.
  • In the example shown in FIG. 4A, the parameter fields 420 associated with the “Array Loop” block 407 a include, amongst others, a Log Message field 425, a Log Type field 430, a Contains Sensitive Information field 435, and a Log Level field 440. In this example, each of the Log Type field 430, Contains Sensitive Information field 435, and Log Level field 440 comprises a drop-down menu from which a user selects one of plural predefined options for the parameter of that respective field. In this example, the Log Message field 425 comprises a field by which a user may provide input to define a string and a variable (e.g., as shown in FIGS. 4B through 4I) or only a variable (as shown in FIGS. 4J through 4O).
  • FIGS. 4B through 4I illustrate aspects of a first embodiment of a parameter field as displayed in the UI 400 in accordance with aspects of the disclosure. In this embodiment, the parameter field is configured to permit a user to provide input that defines a static string and/or a dynamic variable. The user may provide the input by utilizing one or more input devices of the client device 310 of FIG. 3 . An exemplary field of the UI 400 of FIG. 4A is used to illustrate aspects of this embodiment, although other fields may be configured to permit a user to provide input that defines a static string and/or a dynamic variable.
  • FIG. 4B shows aspects of the Log Message field 425 of FIG. 4A in this embodiment. As shown, the Log Message field 425 includes a title 440, a selectable parameter field 442, a characters remaining indicator 444, a mapping icon 446, and a log toggle switch 448. In this example, the parameter field 442 is a parameter field in which a user can enter a static string and/or a dynamic variable in accordance with aspects of the present disclosure. In this example, the characters remaining indicator 444 indicates a number of characters that a user can type in the parameter field 442. In this example, the mapping icon 446 opens a modal for the parameter field 442 as described at FIG. 4I. In this example, the log toggle switch 448 permits a user to selectively turn logging on and off for a stage of an application related to this parameter field 442 as described at FIGS. 5A and 5B.
  • FIG. 4C shows the parameter field 442 after the user has selected the parameter field 442 in the UI, e.g., by clicking their mouse pointer in the parameter field 442 or tabbing to the parameter field 442. In embodiments, a cursor 450 appears in the parameter field 442 when the parameter field 442 is selected.
  • FIG. 4D shows the parameter field 442 after the user has typed a static string 452 (e.g., “birthday date is”) in the parameter field 442. In embodiments, the characters remaining indicator 444 changes as the user types characters in the parameter field 442, e.g., to show how many characters can still be typed in the field.
  • FIG. 4E shows the parameter field 442 after the user has typed an introductory character 454 following the static string 452. In embodiments, the introductory character 454 is a predefined character that the application development program 320 is programmed to recognize as triggering the input of a dynamic variable in the parameter field 442. In this example, the predefined character is a forward slash (“/”) although implementations may be programmed to use a different character, such as a curly bracket (“{”) for example.
  • Still referring to FIG. 4E, in embodiments, the system (e.g., the input and log module 355 a) automatically shows a closing character 456 in the parameter field 442 in response to a user typing the introductory character 454 in the parameter field 442. In embodiments, the system shows the cursor 450 and a placeholder 458 between the introductory character 454 and the closing character 456 in the parameter field 442. In this example, the placeholder 458 is shaded text (“Type to Add”), although different placeholders may be used. In embodiments, the system also shows an icon 460 that opens a modal for this variable when selected by the user.
  • FIG. 4F shows the parameter field 442 after the user has started typing between the introductory character 454 and the closing character 456. In the example shown in FIG. 4F, the user has typed the beginning portion 462 (“employ”) of a variable name with the cursor 450 between the introductory character 454 and the closing character 456. In embodiments, the system (e.g., the input and log module 355 a) searches for variables that include the beginning portion 462. In embodiments, based on comparing the beginning portion 462 to names of variables defined in a library, the system displays a suggestion box 464 showing one or more variables with names that include the beginning portion 462. In embodiments, based on comparing the beginning portion 462 to names of variables defined in a library, the system displays a typeahead (also called autocomplete) suggestion 466 in the parameter field 442 between the cursor 450 and the closing character 456.
  • FIG. 4G shows the parameter field 442 while the user selects one of the variables in the suggestion box 464. In embodiments, the user may select one of the variables in the suggestion box 464 using their mouse and/or using arrow keys and the enter key of their keyboard. In embodiments, the system displays a highlight 468 of the selected one of the variables in the suggestion box 464.
  • FIG. 4H shows the parameter field 442 after any one of: the user selected one of the variables in the suggestion box 464 of FIG. 4G; the user accepted the typeahead suggestion 466 in FIG. 4F; the user selected a variable in the modal (described in FIG. 4I); and the user typed the entire name of the variable in the parameter field 442. In embodiments, after the user selects a variable in any of the above-described manners, the system moves the cursor 450 outside the closing character 456, and displays the static string 452 (“birthday date is”) and the dynamic variable 470 (“employeeInfo.birthdayDate”) in the parameter field 442. In this manner, the user may continue to provide input to enter another string or variable in the parameter field 442.
  • Still referring to FIG. 4H, in embodiments, the system permits the user to move the cursor 450 backward (e.g., using left arrow) into the area between the introductory character 454 and the closing character 456. In this manner, the user can modify the text between the introductory character 454 and the closing character 456, and the system responds in a manner similar to that shown in FIG. 4F by providing a suggestion box 464 and a typeahead suggestion 466 based on the modified text between the introductory character 454 and the closing character 456.
  • FIG. 4I shows a modal 472 that the system (e.g., the input and log module 355 a) generates in response to the user selecting the mapping icon 446 associated with the parameter field 442. In embodiments, the modal 472 is a child window that is displayed in front of a main window of the UI 400, and that permits the user to select a variable to be inserted in the parameter field 442. In embodiments, the user must close the modal 472 in order to return to the main window of the UI 400.
  • In the example shown in FIG. 4I, the modal 472 includes a search field 474 that permits a user to type search terms for variables to be entered into the parameter field 442. In this example, the modal 472 also includes a hierarchy structure 476 of variables that the user can navigate and select to be entered into the parameter field 442. The user may select one or more variables from the hierarchy structure 476. In this example, the modal 472 includes a “Select All” button that selects all the variables in the hierarchy structure 476. In this example, the modal 472 includes an indicator 478 of a number of variables selected in the hierarchy structure 476, a “Cancel” button 482, and a “Done” button 484.
  • In embodiments, and still referring to FIG. 4I, when the user selects the “Done” button 484, the system inserts all variables that are currently selected (e.g., in the hierarchy structure 476) into the parameter field 442 and closes the modal 472. In the example shown in FIG. 4I, the user has selected the variable “employeeInfo.birthdayDate” in the hierarchy structure 476. In this example, in response to the user selecting the “Done” button 484, the system closes the modal 472 and reverts back to the main window of the UI 400 with the selected variable shown in the parameter field 442 as shown in FIG. 4H.
  • FIGS. 4J through 4O illustrate aspects of a second embodiment of a parameter field as displayed in the UI 400 in accordance with aspects of the disclosure. In this embodiment, the parameter field is configured to permit a user to provide input that defines a dynamic variable but not a static string. An exemplary field of the UI 400 of FIG. 4A is used to illustrate aspects of this embodiment, although other fields may be configured to permit a user to provide input that defines a static string and/or a dynamic variable.
  • FIG. 4J shows aspects of the Log Message field 425′ of FIG. 4A in this embodiment. As shown, the Log Message field 425′ includes a title 440, a selectable parameter field 442′, a characters remaining indicator 444, a mapping icon 446, and a log toggle switch 448. In this example, the parameter field 442′ is a parameter field in which a user can enter a dynamic variable but not a static string. The title 440, characters remaining indicator 444, mapping icon 446, and log toggle switch 448 all function in the same manner as described with respect to FIGS. 4B-4I.
  • In the embodiment shown in FIG. 4J, because the parameter field 442′ is configured to only receive a dynamic variable (and cannot receive a static string), the system automatically displays the introductory character 454 and the closing character 456 in the parameter field 442′ without requiring the user to type the introductory character 454. In this manner, the user can quickly and easily differentiate between the parameter field 442 (that accepts both string and variable) and the parameter field 442′ (that accepts only variable).
  • FIG. 4K shows the parameter field 442′ after the user has selected the parameter field 442′, e.g., by clicking their mouse pointer in the parameter field 442′ or tabbing to the parameter field 442′. In embodiments, a cursor 450 appears in the parameter field 442′ between the introductory character 454 and the closing character 456 when the parameter field 442′ is selected.
  • FIG. 4L shows the parameter field 442′ after the user has started typing between the introductory character 454 and the closing character 456. The system operates similar to the operation described at FIG. 4F but without a static string in the parameter field 442′.
  • FIG. 4M shows the parameter field 442′ while the user selects one of the variables in the suggestion box 464. The system operates similar to the operation described at FIG. 4G but without a static string in the parameter field 442′.
  • FIG. 4N shows the parameter field 442′ after the user has completed entry of the variable in any of the described manners. The system operates similar to the operation described at FIG. 4H but without a static string in the parameter field 442′.
  • FIG. 4O shows the parameter field 442′ after the user has moved the cursor 450 backward (e.g., using left arrow) into the area between the introductory character 454 and the closing character 456. In this manner, the user can modify the text between the introductory character 454 and the closing character 456, and the system responds by providing a suggestion box 464 and a typeahead suggestion 466 based on the modified text between the introductory character 454 and the closing character 456.
  • FIGS. 5A and 5B show an exemplary operation of the log toggle switch 448 of the UI 400 in accordance with embodiments. FIG. 5A shows the log toggle switch 448 in a first (ON) position, and FIG. 5B shows the log toggle switch 448 in a second (OFF) position. It should be understood that other mechanisms may also be implemented and that the toggle switch is but one non-limiting illustrative example. The user may provide input to the UI 400 to selectively move the log toggle switch 448 to one of the ON position and the OFF position.
  • Selecting the ON position creates an active log state for this stage of the application related to the parameter field 442. In the active log state, the system generates log data in the log table for this stage of the application when the application is run during a debug process. Selecting the OFF position creates an inactive log state for this stage of the application related to the parameter field 442. In the inactive log state, the system does not generate log data in the log table for this stage of the application when the application is run during a debug process. However, although a stage might be in the inactive state, the system still generates log data in the log table for other stages of the application that are in the active state when the application is run during a debug process.
  • FIGS. 6 and 7 depict exemplary flows for processes in accordance with aspects of the present disclosure. The exemplary flows can be illustrative of a system, a method, and/or a computer program product and related functionality implemented on the computing system of FIG. 1 , in accordance with aspects of the present disclosure. The computer program product may include computer readable program instructions stored on computer readable storage medium (or media). The computer readable storage medium may include the one or more storage medium as described with regard to FIG. 1 , e.g., non-transitory media, a tangible device, etc. The method and/or computer program product implementing the flow of FIG. 6 can be downloaded to respective computing/processing devices, e.g., computing system of FIG. 1 as already described herein, or implemented on a cloud infrastructure as described with regard to FIG. 2 . Accordingly, the processes associated with each flow of the present disclosure can be implemented by special purpose hardware-based systems that perform the specified functions or acts or carry out combinations of special purpose hardware and computer instructions.
  • FIG. 6 shows a flowchart of an exemplary method in accordance with aspects of the present invention. Steps of the method may be carried out in the environment of FIG. 3 and are described with reference to elements depicted in FIG. 3 .
  • At step 605, the system generates a graphic user interface displaying a parameter field. In embodiments, and as described herein, the application development program 320 generates data that defines a graphic user interface that is displayed on the client device 310. In embodiments, the graphic user interface is the UI 400 of FIG. 4A and includes: a first area including a list of blocks; a second area including a structured data object comprising nodes corresponding to one or more of the blocks; and a third area including a parameter field of a selected one of the nodes, wherein the parameter field is configured to receive user input defining both a static string and a dynamic variable. Step 605 may include the application development program 320 modifying the graphic user interface based on user input received at the client device 310. For example, the application development program 320 may modify (e.g., update) the graphic user interface based on the user dragging and dropping a block from the first area to the second area. In another example, the application development program 320 may modify (e.g., update) the graphic user interface based on the user selecting a node in the second area.
  • At step 610, the system displays a string in the parameter field in response to user input of the string in the parameter field. In embodiments, and as described at FIG. 4D, the application development program 320 modifies (e.g., updates) the graphic user interface based on the user typing a string in the parameter field.
  • At step 615, the system displays a modal in response to user input selecting a mapping icon associated with the parameter field. In embodiments, and as described at FIG. 4I, the application development program 320 modifies (e.g., updates) the graphic user interface to display the modal in which a user may select a variable for the parameter field.
  • At step 620, the system displays a variable in the parameter field in response to user input selecting the variable in the modal. In embodiments, and as described at FIGS. 4I and 4H, the application development program 320 modifies (e.g., updates) the graphic user interface to display, in the parameter field, a variable that the user selected in the modal.
  • At step 625, the system displays a closing character in the parameter field in response to user input of an introductory character in the parameter field. In embodiments, and as described at FIG. 4E, the application development program 320 modifies (e.g., updates) the graphic user interface to display the closing character in the parameter field.
  • At step 630, the system displays a typeahead suggestion of a variable in the parameter field in response to user input of a portion of a variable name. In embodiments, and as described at FIG. 4F, the application development program 320 modifies (e.g., updates) the graphic user interface to display the typeahead suggestion in the parameter field.
  • At step 635, the system displays a variable in the parameter field in response to user input accepting the typeahead suggestion. In embodiments, and as described at FIGS. 4F and 4H, the application development program 320 modifies (e.g., updates) the graphic user interface to display a variable in the parameter field.
  • At step 640, the system displays a suggestion box including one or more variables in response to user input of a portion of a variable name. In embodiments, and as described at FIG. 4F, the application development program 320 modifies (e.g., updates) the graphic user interface to display the suggestion box.
  • At step 645, the system displays a variable in the parameter field in response to user input at the suggestion box. In embodiments, and as described at FIGS. 4G and 4H, the application development program 320 modifies (e.g., updates) the graphic user interface to display a variable in the parameter field.
  • FIG. 7 shows a flowchart of an exemplary method in accordance with aspects of the present invention. Steps of the method may be carried out in the environment of FIG. 3 and are described with reference to elements depicted in FIG. 3 .
  • At step 705, the system generates a graphic user interface displaying a parameter field. In embodiments, and as described herein, the application development program 320 generates data that defines a graphic user interface that is displayed on the client device 310. In embodiments, the graphic user interface is the UI 400 of FIG. 4A and includes: a first area including a list of blocks; a second area including a structured data object comprising nodes corresponding to one or more of the blocks; and a third area including a parameter field of a selected one of the nodes, wherein the parameter field includes an introductory character and a closing character indicating that the parameter field is configured to receive only user input defining a dynamic variable. Step 705 may include the application development program 320 modifying the graphic user interface based on user input received at the client device 310. For example, the application development program 320 may modify (e.g., update) the graphic user interface based on the user dragging and dropping a block from the first area to the second area. In another example, the application development program 320 may modify (e.g., update) the graphic user interface based on the user selecting a node in the second area.
  • At step 710, the system displays a modal in response to user input selecting a mapping icon associated with the parameter field. In embodiments, and as described at FIG. 4I, the application development program 320 modifies (e.g., updates) the graphic user interface to display the modal in which a user may select a variable for the parameter field.
  • At step 715, the system displays a variable in the parameter field in response to user input selecting the variable in the modal. In embodiments, and as described at FIGS. 4I and 4N, the application development program 320 modifies (e.g., updates) the graphic user interface to display a variable in the parameter field that the user selected in the modal.
  • At step 720, the system displays a typeahead suggestion of a variable in the parameter field in response to user input of a portion of a variable name. In embodiments, and as described at FIG. 4L, the application development program 320 modifies (e.g., updates) the graphic user interface to display the typeahead suggestion in the parameter field.
  • At step 725, the system displays a variable in the parameter field in response to user input accepting the typeahead suggestion. In embodiments, and as described at FIGS. 4L and 4N, the application development program 320 modifies (e.g., updates) the graphic user interface to display a variable in the parameter field.
  • At step 730, the system displays a suggestion box including one or more variables in response to user input of a portion of a variable name. In embodiments, and as described at FIG. 4L, the application development program 320 modifies (e.g., updates) the graphic user interface to display the suggestion box.
  • At step 735, the system displays a variable in the parameter field in response to user input at the suggestion box. In embodiments, and as described at FIGS. 4M and 4N, the application development program 320 modifies (e.g., updates) the graphic user interface to display a variable in the parameter field.
  • The foregoing examples have been provided merely for the purpose of explanation and are in no way to be construed as limiting of the present disclosure. While aspects of the present disclosure have been described with reference to an exemplary embodiment, it is understood that the words which have been used herein are words of description and illustration, rather than words of limitation. Changes may be made, within the purview of the appended claims, as presently stated and as amended, without departing from the scope and spirit of the present disclosure in its aspects. Although aspects of the present disclosure have been described herein with reference to particular means, materials and embodiments, the present disclosure is not intended to be limited to the particulars disclosed herein; rather, the present disclosure extends to all functionally equivalent structures, methods and uses, such as are within the scope of the appended claims.

Claims (20)

What is claimed is:
1. A method of providing a user interface in a low-code or no-code development platform, the method comprising:
generating, by a computing system, a graphic user interface of an application development program, wherein the graphic user interface includes:
a first area including a list of blocks;
a second area including a structured data object comprising nodes corresponding to one or more of the blocks; and
a third area including a parameter field of a selected one of the nodes, wherein the parameter field is configured to receive user input defining both a static string and a dynamic variable.
2. The method of claim 1, further comprising modifying the graphic user interface to display a string in the parameter field in response to user input of the string in the parameter field.
3. The method of claim 2, further comprising modifying the graphic user interface to display a modal in response to user input selecting a mapping icon associated with the parameter field.
4. The method of claim 3, further comprising modifying the graphic user interface to display a variable in the parameter field in response to user input selecting the variable in the modal, wherein the string and the variable are concurrently displayed in the parameter field.
5. The method of claim 2, further comprising modifying the graphic user interface to display a closing character in the parameter field in response to user input of an introductory character in the parameter field.
6. The method of claim 5, further comprising modifying the graphic user interface to display a typeahead suggestion of a variable in the parameter field in response to user input of a portion of a variable name between the introductory character and the closing character in the parameter field.
7. The method of claim 5, further comprising modifying the graphic user interface to display a suggestion object including one or more variables in response to user input of a portion of a variable name between the introductory character and the closing character in the parameter field.
8. The method of claim 7, further comprising modifying the graphic user interface to display a selected one of the one or more variables in the parameter field in response to user input selecting the one of the one or more variables in the suggestion object, wherein the string and the selected one of the one or more variables are concurrently displayed in the parameter field.
9. The method of claim 1, wherein the graphic user interface includes a switch associated with a stage of an application related to the parameter field, and further comprising:
turning off logging for the stage in response to user input selecting an OFF state of the toggle switch; and
turning on logging for the stage in response to user input selecting an ON state of the toggle switch.
10. The method of claim 1, wherein each of the nodes in the second area corresponds to one of the blocks dragged-and-dropped from the first area into the second area.
11. The method of claim 1, wherein the parameter field is one of plural fields that are predefined for the selected one of the nodes.
12. The method of claim 1, wherein each respective one of the nodes has a different set of predefined fields that are displayed in the third area when the respective one of the nodes is selected in the second area.
13. A computer program product for providing a user interface in a low-code or no-code development platform, the computer program product comprising one or more computer readable storage media having program instructions collectively stored on the one or more computer readable storage media, the program instructions executable to:
generate a graphic user interface of an application development program, wherein the graphic user interface includes:
a first area including a list of blocks;
a second area including a structured data object comprising nodes corresponding to one or more of the blocks; and
a third area including a parameter field of a selected one of the nodes, wherein the parameter field includes an introductory character and a closing character indicating that the parameter field is configured to receive only user input defining a dynamic variable.
14. The computer program product of claim 13, wherein the program are instructions executable to:
modify the graphic user interface to display a modal in response to user input selecting an object associated with the parameter field; and
modify the graphic user interface to display a variable in the parameter field in response to user input selecting the variable in the modal.
15. The computer program product of claim 13, wherein the program instructions are executable to:
modify the graphic user interface to display a typeahead suggestion of a variable in the parameter field in response to user input of a portion of a variable name between the introductory character and the closing character in the parameter field.
16. The computer program product of claim 13, wherein the program instructions are executable to:
modify the graphic user interface to display a suggestion box including one or more variables in response to user input of a portion of a variable name between the introductory character and the closing character in the parameter field.
17. The computer program product of claim 16, wherein the program instructions are executable to:
modify the graphic user interface to display a selected one of the one or more variables in the parameter field in response to user input selecting the one of the one or more variables in the suggestion box.
18. The computer program product of claim 13, wherein the graphic user interface includes a toggle switch associated with a stage of an application related to the parameter field, and the program instructions are executable to:
turn off logging for the stage in response to user input selecting an OFF state of the toggle switch; and
turn on logging for the stage in response to user input selecting an ON state of the toggle switch.
19. A system comprising:
a processor, a computer readable memory, one or more computer readable storage media, and program instructions collectively stored on the one or more computer readable storage media, the program instructions executable to:
generate a graphic user interface of an application development program, wherein the graphic user interface includes:
a first area including a list of blocks;
a second area including a structured data object comprising nodes corresponding to one or more of the blocks; and
a third area including a parameter field of a selected one of the nodes, wherein the parameter field is configured to receive user input defining both a static string and a dynamic variable.
20. The system of claim 19, wherein the graphic user interface includes a toggle switch associated with a stage of an application related to the parameter field, and the program instructions are executable to:
turn off logging for the stage in response to user input selecting an OFF state of the toggle switch; and
turn on logging for the stage in response to user input selecting an ON state of the toggle switch.
US17/378,027 2021-07-16 2021-07-16 Method and system for providing static and dynamic inputs and advanced logging capabilities in application development systems Abandoned US20230014590A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US17/378,027 US20230014590A1 (en) 2021-07-16 2021-07-16 Method and system for providing static and dynamic inputs and advanced logging capabilities in application development systems
US18/211,272 US20230333823A1 (en) 2021-07-16 2023-06-18 Method and system for providing static and dynamic inputs and advanced logging capabilities in application development systems

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US17/378,027 US20230014590A1 (en) 2021-07-16 2021-07-16 Method and system for providing static and dynamic inputs and advanced logging capabilities in application development systems

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US18/211,272 Continuation US20230333823A1 (en) 2021-07-16 2023-06-18 Method and system for providing static and dynamic inputs and advanced logging capabilities in application development systems

Publications (1)

Publication Number Publication Date
US20230014590A1 true US20230014590A1 (en) 2023-01-19

Family

ID=84891779

Family Applications (2)

Application Number Title Priority Date Filing Date
US17/378,027 Abandoned US20230014590A1 (en) 2021-07-16 2021-07-16 Method and system for providing static and dynamic inputs and advanced logging capabilities in application development systems
US18/211,272 Pending US20230333823A1 (en) 2021-07-16 2023-06-18 Method and system for providing static and dynamic inputs and advanced logging capabilities in application development systems

Family Applications After (1)

Application Number Title Priority Date Filing Date
US18/211,272 Pending US20230333823A1 (en) 2021-07-16 2023-06-18 Method and system for providing static and dynamic inputs and advanced logging capabilities in application development systems

Country Status (1)

Country Link
US (2) US20230014590A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20230087993A1 (en) * 2021-09-23 2023-03-23 The Boeing Company Developing a software product in a no-code development platform to address a problem related to a business domain

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030093253A1 (en) * 2001-11-09 2003-05-15 Freyensee James P. Grammar for message passing in a distributed simulation environment
US20070171046A1 (en) * 2006-01-20 2007-07-26 Perdiem Llc System and method for defining an event based on relationship between an object location and a user-defined zone
US20080092111A1 (en) * 2006-10-17 2008-04-17 The Mathworks, Inc. User-defined hierarchies of user-defined classes of graphical objects in a graphical modeling environment
US20080127052A1 (en) * 2006-09-08 2008-05-29 Sap Ag Visually exposing data services to analysts
US20110138291A1 (en) * 2009-12-08 2011-06-09 Robert Twiddy Configurable network management system event processing using simple network management table indices
US20140324963A1 (en) * 2013-04-25 2014-10-30 Sriram Sankar Variable Search Query Vertical Access

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030093253A1 (en) * 2001-11-09 2003-05-15 Freyensee James P. Grammar for message passing in a distributed simulation environment
US20070171046A1 (en) * 2006-01-20 2007-07-26 Perdiem Llc System and method for defining an event based on relationship between an object location and a user-defined zone
US20080127052A1 (en) * 2006-09-08 2008-05-29 Sap Ag Visually exposing data services to analysts
US20080092111A1 (en) * 2006-10-17 2008-04-17 The Mathworks, Inc. User-defined hierarchies of user-defined classes of graphical objects in a graphical modeling environment
US20110138291A1 (en) * 2009-12-08 2011-06-09 Robert Twiddy Configurable network management system event processing using simple network management table indices
US20140324963A1 (en) * 2013-04-25 2014-10-30 Sriram Sankar Variable Search Query Vertical Access

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20230087993A1 (en) * 2021-09-23 2023-03-23 The Boeing Company Developing a software product in a no-code development platform to address a problem related to a business domain
US11726748B2 (en) * 2021-09-23 2023-08-15 The Boeing Company Developing a software product in a no-code development platform to address a problem related to a business domain

Also Published As

Publication number Publication date
US20230333823A1 (en) 2023-10-19

Similar Documents

Publication Publication Date Title
CN111522552B (en) Sub-application generation method and device, computer equipment and storage medium
US20120324377A1 (en) User interface extensibility for web application development tool
US20200065094A1 (en) Automatically mapping data while designing process flows
KR20110094026A (en) Managing and automatically linking data objects
US10073604B2 (en) UI-driven model extensibility in multi-tier applications
US11902391B2 (en) Action flow fragment management
US7603624B2 (en) System and method for styling content in a graphical user interface control
US20230333823A1 (en) Method and system for providing static and dynamic inputs and advanced logging capabilities in application development systems
US20220334809A1 (en) Process flow builder for extensible web component sequences
US20060075352A1 (en) Property independent in-place editing
US10970050B1 (en) User interface engine for miniapp development
Snell et al. Microsoft Visual Studio 2012 Unleashed: Micro Visua Studi 2012 Unl_p2
JP6639418B2 (en) Semantic content access in development systems
Galizia et al. Using Apache Airavata and EasyGateway for the creation of complex science gateway front-end
US20200167049A1 (en) Context menu fragment management
WO2013002912A1 (en) Creating logic using pre-built controls
López-Jaquero et al. T: XML: a tool supporting user interface model transformation
JP7453577B2 (en) Information processing system, its control method, and computer program
US11797638B2 (en) Aggregate component for parallel browser-initiated actions
US11875111B2 (en) Block level document revision
JP6712059B2 (en) Information processing apparatus, information processing apparatus control method, and computer program
Sorvisto Tools for Data Science Developers
Kaczmarek et al. Learning Objective-C and Xcode
JP2024055993A (en) Program generation device, control method, and computer program
Keel et al. Extend Visual Workflow and Lightning Process Builder with Apex

Legal Events

Date Code Title Description
AS Assignment

Owner name: ADP, LLC, NEW JERSEY

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:CASAREGOLA, CLAIRE;PIKE, YAIR;PUNDI SATYANARAYANAN, HARINI;AND OTHERS;SIGNING DATES FROM 20210628 TO 20210714;REEL/FRAME:056883/0642

AS Assignment

Owner name: ADP, INC., NEW JERSEY

Free format text: CHANGE OF NAME;ASSIGNOR:ADP, LLC;REEL/FRAME:058959/0729

Effective date: 20200630

STPP Information on status: patent application and granting procedure in general

Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER

STPP Information on status: patent application and granting procedure in general

Free format text: FINAL REJECTION MAILED

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION