Code Monkey home page Code Monkey logo

fmpfeedbackform's People

Contributors

anton-barkov avatar artemch avatar dentelezhkin avatar kavoye avatar kradenkov avatar meduzaza avatar oleksiipuzko avatar serejahh avatar sierikovatetiana avatar velly69 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

fmpfeedbackform's Issues

Feedback form preserve data from the very first launch

When I send a feedback I expect to re-open a clean form. Instead all fields contains entries from previous report. It also means that System profile maybe be outdated as it gathers data when the view was loaded for the first time.

Instead Form preserves all data from the very first launch even after the report was sent.

As a result, Developer may receive outdated System Profile if customer sends several reports during single session.

Case re-open feedback without sending the feedback.
Steps:

  1. Launch App under test
  2. Open feedback form
  3. Open "info block" with System profile and save data for the reference
  4. Close Feedback form
  5. Make some action (e.g. Check for updates or generate new logs)
  6. Reopen feedback form
  7. Compare System profile

Actual result:

  • System profile contains outdated SULastCheckTime

Expected result:

  • System profile should contain up-to-date info for better Troubleshooting

Case re-open feedback after sending the feedback.
Steps

  1. Launch App under test
  2. Open feedback form
  3. Fill in required fields
  4. Send feedback
  5. Reopen feedback form

Actual results:

  • All fields are pre-filled with entries from previous report

Expected results:

  • Fields are empty

How to log messages and error so that they appear in the form?

Hey and thanks for the great form. One question though... I'm using Logger to log some messages and errors but this does not propagate data into the form. Am I'm doing something wrong?

Here is what I'm using:

import os

enum Log {
    private static let logger = Logger()
    
    static func notice(_ message: String) {
        logger.notice("ℹī¸ \(message)")
    }
    
    static func error(_ message: String) {
        logger.error("🚨 \(message)")
    }
    
    static func warning(_ message: String) {
        logger.warning("⚠ī¸ \(message)")
    }
}

But the Console tab is empty in the form...
image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤ī¸ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.