Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* change requirements & issues ui in new project setup (#51) * change requirements & issues ui in new project setup * use icons as buttons in requirements & issues * add color to checked radio label * add theme & alert.js files code * remove css for image radio buttons * add dropdown filter for global admin (#55) * add dropdown filter for global admin * change isAdmin values * show filter for super admin * Fix the redux (#59) * Initial placeholder changes * Data table for release * Add Edit Release placeholder * View release UI changes * Intial redux setup for using datamesh * GET devpartner and project service * GET queries using Datamesh * code cleanup part 1 * code cleanup part 2 * code cleanup part 3 * Fix the redux (service queries) * Add overflow menu (Kanban view) * add overflow menu to cards * add edit & delete options for cards in overflow menu * Fix lint problems Co-authored-by: RadhikaPPatel <70138493+RadhikaPPatel@users.noreply.github.com> * Modify feature and issues form * update feature & issue form * remove options for tag field * Integration with BE (Product, Features, Issues, Convert to Issue) (#65) * Integrate create product with BE * Integrate features for BE * Integrate issues with BE * Integrate convert to issues to BE * User redirect to forms based on user type * show different forms for developer and product team * change user type to select text field * resolve linting errors * update user survey_status after filling product/developer forms * based on survey_status show form or dashboard * update user in context after user patch request * Changes for user form redirect Co-authored-by: RadhikaPPatel <70138493+RadhikaPPatel@users.noreply.github.com> * show select field when user selects separate updates (#75) * Feat#82/fetch credentials to do crud on third party tools (#86) * Changes for feature board and column list of the tool * Handle github login * Remove board id from the request * fetch credentials to create edit delete on third party tools * disable submit when org value is not entered * resolve useEffect not triggering while delete action * Delete yarn-error.log * show time estimate for kanban issue view * disable submit if tool board not entered * fetch creds before submitting * show convert to issue for every feature Co-authored-by: RadhikaPPatel <70138493+RadhikaPPatel@users.noreply.github.com> * Change logo and theme * change logo & color scheme * change register & login pages logo * change top bar logo size * change new logo name to insights-logo * Dashboard UI changes * Changes for feature board and column list of the tool * Handle github login * Remove board id from the request * fetch credentials to create edit delete on third party tools * disable submit when org value is not entered * resolve useEffect not triggering while delete action * Delete yarn-error.log * show time estimate for kanban issue view * add comment section, estimated date & associated feature * Update AddComments.js * change to pointer on comment icon * Adding Google Ad Tag. * View Feature On Name. * update status on drag and drop * Fix for ad tag. * Linter Issues Fix. * Fixing View URL & Pointer Icon * navbar changes * UI Changes. Co-authored-by: RadhikaPPatel <70138493+RadhikaPPatel@users.noreply.github.com> Co-authored-by: Siddharth Bhansali <siddharth.bhansali@ajackus.com> Co-authored-by: RadhikaPPatel <radhika.patel@ajackus.com> * Popover For Issue Details * Feat#87/multi step feat form, showing issue suggestions, auto-create issues (#93) * check if same feature exists & show validation * multi-step feature form * show disabled describe form on view feature * resolve error while adding feature * show confirm modal only when data is edited * when confirm modal closed route dashboard * retain step one form details while creating feature * retain repo value while editing issue * retain column name while creating feature * retain tool board value while creating feature * show issue suggestions & option to auto-create issue * hide convert to issue for features which are already issues * set repository according to the product repos * auto create no of issue tickets shown * add issue and feature while creating data * retain org value in issue form * show loader when data is loading * show progress bar based on kanban status * show loader when data is loading in user dashboard * Stripe integration for customer create and get card details (#100) * initial stripe integration changes for registration page * stripe changes for social login option * add stripe env variable to container * Configure project board on insights and other products (#103) * check if same feature exists & show validation * multi-step feature form * show disabled describe form on view feature * resolve error while adding feature * show confirm modal only when data is edited * when confirm modal closed route dashboard * retain step one form details while creating feature * retain repo value while editing issue * retain column name while creating feature * retain tool board value while creating feature * show issue suggestions & option to auto-create issue * hide convert to issue for features which are already issues * set repository according to the product repos * auto create no of issue tickets shown * add issue and feature while creating data * retain org value in issue form * show loader when data is loading * show progress bar based on kanban status * show loader when data is loading in user dashboard * configure project tool board for insights and third party tools * import tickets from third party tools * remove duplicate action * update kanban.js * Feat#87/Resolve issues while creating/updating issues (#106) * check if same feature exists & show validation * multi-step feature form * show disabled describe form on view feature * resolve error while adding feature * show confirm modal only when data is edited * when confirm modal closed route dashboard * retain step one form details while creating feature * retain repo value while editing issue * retain column name while creating feature * retain tool board value while creating feature * show issue suggestions & option to auto-create issue * hide convert to issue for features which are already issues * set repository according to the product repos * auto create no of issue tickets shown * add issue and feature while creating data * retain org value in issue form * show loader when data is loading * show progress bar based on kanban status * show loader when data is loading in user dashboard * configure project tool board for insights and third party tools * import tickets from third party tools * remove duplicate action * update kanban.js * remove board and col from issue form * Feat#87/Retain column value (#107) * check if same feature exists & show validation * multi-step feature form * show disabled describe form on view feature * resolve error while adding feature * show confirm modal only when data is edited * when confirm modal closed route dashboard * retain step one form details while creating feature * retain repo value while editing issue * retain column name while creating feature * retain tool board value while creating feature * show issue suggestions & option to auto-create issue * hide convert to issue for features which are already issues * set repository according to the product repos * auto create no of issue tickets shown * add issue and feature while creating data * retain org value in issue form * show loader when data is loading * show progress bar based on kanban status * show loader when data is loading in user dashboard * configure project tool board for insights and third party tools * import tickets from third party tools * remove duplicate action * update kanban.js * remove board and col from issue form * retain column value while editing * Feat#87/show import tickets button only if status is created (#108) * check if same feature exists & show validation * multi-step feature form * show disabled describe form on view feature * resolve error while adding feature * show confirm modal only when data is edited * when confirm modal closed route dashboard * retain step one form details while creating feature * retain repo value while editing issue * retain column name while creating feature * retain tool board value while creating feature * show issue suggestions & option to auto-create issue * hide convert to issue for features which are already issues * set repository according to the product repos * auto create no of issue tickets shown * add issue and feature while creating data * retain org value in issue form * show loader when data is loading * show progress bar based on kanban status * show loader when data is loading in user dashboard * configure project tool board for insights and third party tools * import tickets from third party tools * remove duplicate action * update kanban.js * remove board and col from issue form * retain column value while editing * if status show import button * show select column field when no feat org list (#109) * Resolve error while importing tickets in I & G Product (#114) * show select column field when no feat org list * send issue_detail while creating issue * change indentation * Show how to get access token link while creating new product (#115) * show select column field when no feat org list * send issue_detail while creating issue * change indentation * add links in create new product * change access token link color to white * dashboard ui & individual column scrolling * sync; issue & feature tool detail * color differentiate imported tickets * GitHub action Configuration (#121) * GitHub action configuration * updated dev-build dev name * updated prod-build Slack message * updated prod-build mail message * Dashboard UI & Individual column scrolling (#122) * dashboard ui & individual column scrolling * sync; issue & feature tool detail * color differentiate imported tickets * fix invite user screen blank * show products page for admin & edit product * add assignees in feature & issue form * clear & delete product * retain product creds while editing * move products list inside pages * remove overflow on container * update import api implementation to drop columns * add secondary user field & hide business segment if user is consumer * update kanban status call * user can only drop one column while importing tickets * show Freshdesk coming soon * update container * Fix invite user blank, Increase default project three months (#131) * dashboard ui & individual column scrolling * sync; issue & feature tool detail * color differentiate imported tickets * fix invite user screen blank * show products page for admin & edit product * add assignees in feature & issue form * clear & delete product * retain product creds while editing * move products list inside pages * remove overflow on container * update import api implementation to drop columns * add secondary user field & hide business segment if user is consumer * update kanban status call * user can only drop one column while importing tickets * show Freshdesk coming soon * update container * remove overflow in container * Feat#119/dashboard UI (#134) * dashboard ui & individual column scrolling * sync; issue & feature tool detail * color differentiate imported tickets * fix invite user screen blank * show products page for admin & edit product * add assignees in feature & issue form * clear & delete product * retain product creds while editing * move products list inside pages * remove overflow on container * update import api implementation to drop columns * add secondary user field & hide business segment if user is consumer * update kanban status call * user can only drop one column while importing tickets * show Freshdesk coming soon * update container * remove overflow in container * delete product should reflect in the UI * add mui/x-date-pickers for date & time pickers * hide no status column if no tickets * redirect after creating & editing product in products page * get updated products list after board setup to get board details * work on changing tools before board configuration (#141) * Dashboard UI Updates (#142) * work on changing tools before board configuration * if fresh start not edited then no calls * Retain status data and fetch updated credentials while importing tickets (#143) * work on changing tools before board configuration * if fresh start not edited then no calls * retain status data while editing * Modify feature and issue detail object in payload (#144) * work on changing tools before board configuration * if fresh start not edited then no calls * retain status data while editing * edit feature & issue detail values not overwriting is_import * hide release navigation * updated prod-build branch name (#146) Co-authored-by: Radhika Patel <radhika.patel@ajackus.com> Co-authored-by: RadhikaPPatel <70138493+RadhikaPPatel@users.noreply.github.com> Co-authored-by: Siddharth Bhansali <siddharth.bhansali@ajackus.com> Co-authored-by: mthombare <83965396+mthombare@users.noreply.github.com>
- Loading branch information