Skip to content

User friendly APEX App for a team to report and communicate resolution of your organization's APEX Apps issues of a given APEX Workspace.

License

Notifications You must be signed in to change notification settings

SOTFUL/SOTFUL-APEX-TestBoard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SOTFUL APEX TestBoard

User-friendly Oracle APEX App for teams to report bugs/enhancements, communicate resolutions, and test your organization's APEX App Issues, of a given APEX Workspace.

Preview

SOTFUL APEX TestBoard Demo

Table of Contents

License

Apache 2.0

Demo App

URL: https://apex.oracle.com/pls/apex/r/s_e/testboard

Username: contact@sotful.com

Password: orclapex1

Features

  • Create Issues and assign it to APEX Developers from a given Workspace.
  • Update Issues values in Interactive Grid or Form.
  • Add screenshots to a given issue.
  • Add comments to a given issue.
  • Add Tests to a given issue.
  • View and filter Issues in View mode.
  • View and filter Issues in Board mode.
  • Manage LOVs values in Settings.

Install

In SQL Developer open and run _instal.sql located in the folder DATABASE.

In your APEX Builder import the APEX App TestBoard.sql located in the folder APP.

Usage Guide

APEX Authentication & Authorizations

The SOTFUL APEX TestBoard app uses the APEX Users Repository for the authentication and authorization. This means we have three permission levels: Workspace Administrator, Developer and End User. We the level of a given user checking the table APEX_WORKSPACE_APEX_USERS and the columns IS_ADMIN and IS_DEVELOPER. We can see the user level on the page Authorizations. These Authorizations can be updated in APEX Builder clicking on Administration > Manage Users and Groups.

Authorizations

  • Administrator

Can access Admin pages.

  • Developer

Can create new LOVs.

Can update existing LOVs.

  • End User

Can update existing LOVs.

Settings

LOVs Settings

The values of the existing LOVs can be easily managed by the end user. New LOVs can be created by APEX Developers or by APEX Workspace Administrators.

Read Only Fields

The Read Only Fields are easily distinguished with the use of a Custom CSS in Theme Roller, as shown here:

.a-GV-cell:is(.is-readonly) { background-color: #DFE1E4 !important; }

.display_only { background-color: #DFE1E4 !important; }

Version History

24.0 | Mar-16-2024

Main

  • Added Board View (read only for now).
  • Preview.
  • Demo App.
  • Updated Readme.

23.1 | Dec-31-2023

Main

  • Create Admin pages.
  • Add Filter Items: Issue Id, Title.
  • Create Lockup Table and LOV Admin.
  • Get Workspace Id.
  • Add Region Help from question icon.
  • Updated Readme.

UI

  • Add TestBoard on all Page Names.
  • Icons in Buttons.
  • Admin Card Links.
  • Format Read Only Fields in Interactive Grid and Forms.
  • Match Fields Position in Issues page and Edit Issue page.

Permissions

  • Apply Author Permissions.
  • Apply Administrator and Developer Permissions.

Known Issues

None at this time.

About Author

Name LinkedIn
Sandro Ferreira https://www.linkedin.com/in/sandrogferr/

About SOTFUL

Website LinkedIn Email
https://www.sotful.com https://www.linkedin.com/company/sotful contact@sotful.com

Become a contributor!

We encourage you to become a contributor, by fixing bugs and developing extra features. Comment one of the opened issues or register a new one, to let others know what you are working on. When you finish, create a new pull request. We will review your code and add the changes to the repository.

By contributing to this repository, you help to build a strong APEX community. We will prioritize any issues raised by you.

Comercial Support

If you need support for this App, please contact us at apex@sotful.com. We can assign a dedicated Senior Oracle APEX Developer to your project.

Contributors

None at this time.

About

User friendly APEX App for a team to report and communicate resolution of your organization's APEX Apps issues of a given APEX Workspace.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages